public final class SourceMapInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
logger |
private SourceMapConsumerV3 |
parsedSourceMap |
private SourceFile |
sourceFile |
Constructor and Description |
---|
SourceMapInput(SourceFile sourceFile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOriginalPath()
Gets the original location of this sourcemap file on disk.
|
SourceMapConsumerV3 |
getSourceMap()
Gets the source map, reading from disk and parsing if necessary.
|
private static final java.util.logging.Logger logger
private SourceFile sourceFile
private volatile SourceMapConsumerV3 parsedSourceMap
public SourceMapInput(SourceFile sourceFile)
public SourceMapConsumerV3 getSourceMap()
public java.lang.String getOriginalPath()