public class RpcLogArtifact extends Artifact<RpcLogArtifact>
Modifier and Type | Field and Description |
---|---|
static String |
UNSPECIFIED_STRONGNAME
This strong name indicates that the artifact doesn't really have its own
strong name.
|
Constructor and Description |
---|
RpcLogArtifact(String qualifiedSourceName,
String serializationPolicyStrongName,
String rpcLog) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareToComparableArtifact(RpcLogArtifact o)
Performs comparison with an artifact of a compatible base type.
|
protected Class<RpcLogArtifact> |
getComparableArtifactType()
Returns the base type to use for comparisons between Artifacts.
|
byte[] |
getContents() |
String |
getQualifiedSourceName() |
String |
getSerializationPolicyStrongName() |
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. |
public static final String UNSPECIFIED_STRONGNAME
public byte[] getContents()
public String getQualifiedSourceName()
public String getSerializationPolicyStrongName()
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<RpcLogArtifact>
protected int compareToComparableArtifact(RpcLogArtifact o)
Artifact
Artifact.hashCode()
.compareToComparableArtifact
in class Artifact<RpcLogArtifact>
protected Class<RpcLogArtifact> getComparableArtifactType()
Artifact
getComparableArtifactType
in class Artifact<RpcLogArtifact>
Copyright © 2018. All rights reserved.