Package com.google.gwt.user.linker.rpc
Class RpcPolicyFileArtifact
java.lang.Object
com.google.gwt.core.ext.linker.Artifact<RpcPolicyFileArtifact>
com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
- All Implemented Interfaces:
Serializable
,Comparable<Artifact<?>>
This artifact provides information about which proxy classes resulted in
which rpc proxy files.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final int
Performs comparison with an artifact of a compatible base type.protected final Class<RpcPolicyFileArtifact>
Returns the base type to use for comparisons between Artifacts.final int
hashCode()
The class which is returned fromArtifact.getComparableArtifactType()
must declare a final implementation which returns the same hash code for objects for whichArtifact.compareToComparableArtifact(Artifact)
returns 0.
-
Constructor Details
-
RpcPolicyFileArtifact
-
-
Method Details
-
getEmittedArtifact
-
getProxyClass
-
hashCode
public final int hashCode()Description copied from class:Artifact
The class which is returned fromArtifact.getComparableArtifactType()
must declare a final implementation which returns the same hash code for objects for whichArtifact.compareToComparableArtifact(Artifact)
returns 0.- Specified by:
hashCode
in classArtifact<RpcPolicyFileArtifact>
-
compareToComparableArtifact
Description copied from class:Artifact
Performs comparison with an artifact of a compatible base type. Objects which compare to 0 are assumed equal, and must return the sameArtifact.hashCode()
.- Specified by:
compareToComparableArtifact
in classArtifact<RpcPolicyFileArtifact>
-
getComparableArtifactType
Description copied from class:Artifact
Returns the base type to use for comparisons between Artifacts. All concrete implementations of this methods must be final.- Specified by:
getComparableArtifactType
in classArtifact<RpcPolicyFileArtifact>
-