com.google.gwt.core.linker
Class SymbolMapsLinker.SourceMapArtifact
java.lang.Object
com.google.gwt.core.ext.linker.Artifact<EmittedArtifact>
com.google.gwt.core.ext.linker.EmittedArtifact
com.google.gwt.core.ext.linker.SyntheticArtifact
com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Artifact<?>>
- Enclosing class:
- SymbolMapsLinker
public static class SymbolMapsLinker.SourceMapArtifact
- extends SyntheticArtifact
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
isSourceMapFile
public static final java.util.regex.Pattern isSourceMapFile
SymbolMapsLinker.SourceMapArtifact
public SymbolMapsLinker.SourceMapArtifact(int permutationId,
int fragment,
byte[] js,
java.lang.String sourceRoot)
getFragment
public int getFragment()
getPermutationId
public int getPermutationId()
getSourceRoot
public java.lang.String getSourceRoot()
- The base URL for Java filenames in the sourcemap.
(We need to reapply this after edits.)
sourceMapFilenameForFragment
public static java.lang.String sourceMapFilenameForFragment(int fragment)