public final class SourceMapConsumerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static SourceMapping |
parse(String contents) |
static SourceMapping |
parse(String contents,
SourceMapSupplier supplier) |
public static SourceMapping parse(String contents) throws SourceMapParseException
contents - The string representing the source map file contents.SourceMapParseExceptionpublic static SourceMapping parse(String contents, SourceMapSupplier supplier) throws SourceMapParseException
contents - The string representing the source map file contents.supplier - A supplier for any referenced maps.SourceMapParseExceptionCopyright © 2009-2015 Google. All Rights Reserved.