Package 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:
Serializable,Comparable<Artifact<?>>
- Enclosing class:
- SymbolMapsLinker
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
EmittedArtifact.Visibility -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourceMapArtifact(int permutationId, int fragment, byte[] js, String sourceRoot) -
Method Summary
Modifier and TypeMethodDescriptionintintThe base URL for Java filenames in the sourcemap.static StringsourceMapFilenameForFragment(int fragment) Methods inherited from class com.google.gwt.core.ext.linker.SyntheticArtifact
getContents, getLastModified, writeToMethods inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
compareToComparableArtifact, getComparableArtifactType, getPartialPath, getVisibility, hashCode, setVisibility, toStringMethods inherited from class com.google.gwt.core.ext.linker.Artifact
compareTo, equals, getLinker, isTransferableFromShards
-
Field Details
-
isSourceMapFile
-
-
Constructor Details
-
SourceMapArtifact
-
-
Method Details
-
getFragment
public int getFragment() -
getPermutationId
public int getPermutationId() -
getSourceRoot
The base URL for Java filenames in the sourcemap. (We need to reapply this after edits.) -
sourceMapFilenameForFragment
-