public 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.SourceMapParseException
public 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.SourceMapParseException
Copyright © 2009-2015 Google. All Rights Reserved.