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
-
Constructor Summary
ConstructorDescriptionSourceMapArtifact
(int permutationId, int fragment, byte[] js, String sourceRoot) -
Method Summary
Modifier and TypeMethodDescriptionint
int
The base URL for Java filenames in the sourcemap.static String
sourceMapFilenameForFragment
(int fragment) Methods inherited from class com.google.gwt.core.ext.linker.SyntheticArtifact
getContents, getLastModified, writeTo
Methods inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
compareToComparableArtifact, getComparableArtifactType, getPartialPath, getVisibility, hashCode, setVisibility, toString
Methods 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
-