public static class SymbolMapsLinker.ScriptFragmentEditsArtifact extends Artifact<SymbolMapsLinker.ScriptFragmentEditsArtifact>
Modifier and Type | Class and Description |
---|---|
static class |
SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
Operation type performed on script.
|
Constructor and Description |
---|
ScriptFragmentEditsArtifact(java.lang.String strongName,
int fragment) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareToComparableArtifact(SymbolMapsLinker.ScriptFragmentEditsArtifact o)
Performs comparison with an artifact of a compatible base type.
|
protected java.lang.Class<SymbolMapsLinker.ScriptFragmentEditsArtifact> |
getComparableArtifactType()
Returns the base type to use for comparisons between Artifacts.
|
int |
getFragment() |
java.lang.String |
getStrongName() |
int |
hashCode()
The class which is returned from
Artifact.getComparableArtifactType() must
declare a final implementation which returns the same hash code for objects
for which Artifact.compareToComparableArtifact(Artifact) returns 0. |
void |
prefixLines(java.lang.String lines) |
public ScriptFragmentEditsArtifact(java.lang.String strongName, int fragment)
public int getFragment()
public java.lang.String getStrongName()
public int hashCode()
Artifact
Artifact.getComparableArtifactType()
must
declare a final implementation which returns the same hash code for objects
for which Artifact.compareToComparableArtifact(Artifact)
returns 0.hashCode
in class Artifact<SymbolMapsLinker.ScriptFragmentEditsArtifact>
public void prefixLines(java.lang.String lines)
protected int compareToComparableArtifact(SymbolMapsLinker.ScriptFragmentEditsArtifact o)
Artifact
Artifact.hashCode()
.compareToComparableArtifact
in class Artifact<SymbolMapsLinker.ScriptFragmentEditsArtifact>
protected java.lang.Class<SymbolMapsLinker.ScriptFragmentEditsArtifact> getComparableArtifactType()
Artifact
getComparableArtifactType
in class Artifact<SymbolMapsLinker.ScriptFragmentEditsArtifact>