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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final intPerforms comparison with an artifact of a compatible base type.protected final Class<RpcPolicyFileArtifact>Returns the base type to use for comparisons between Artifacts.final inthashCode()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:ArtifactThe 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:
hashCodein classArtifact<RpcPolicyFileArtifact>
-
compareToComparableArtifact
Description copied from class:ArtifactPerforms 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:
compareToComparableArtifactin classArtifact<RpcPolicyFileArtifact>
-
getComparableArtifactType
Description copied from class:ArtifactReturns the base type to use for comparisons between Artifacts. All concrete implementations of this methods must be final.- Specified by:
getComparableArtifactTypein classArtifact<RpcPolicyFileArtifact>
-