public static class SymbolMapsLinker.SourceMapArtifact extends SyntheticArtifact
EmittedArtifact.Visibility
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
isSourceMapFile |
Constructor and Description |
---|
SourceMapArtifact(int permutationId,
int fragment,
byte[] js,
java.lang.String sourceRoot) |
Modifier and Type | Method and Description |
---|---|
int |
getFragment() |
int |
getPermutationId() |
java.lang.String |
getSourceRoot()
The base URL for Java filenames in the sourcemap.
|
static java.lang.String |
sourceMapFilenameForFragment(int fragment) |
getContents, getLastModified, writeTo
compareToComparableArtifact, getComparableArtifactType, getPartialPath, getVisibility, hashCode, setVisibility, toString
compareTo, equals, getLinker, isTransferableFromShards
public SourceMapArtifact(int permutationId, int fragment, byte[] js, java.lang.String sourceRoot)
public int getFragment()
public int getPermutationId()
public java.lang.String getSourceRoot()
public static java.lang.String sourceMapFilenameForFragment(int fragment)