com.google.gwt.user.linker.rpc
Class RpcPolicyFileArtifact

java.lang.Object
  extended by 
      extended by com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact

public class RpcPolicyFileArtifact
extends

This artifact provides information about which proxy classes resulted in which rpc proxy files.


Constructor Summary
RpcPolicyFileArtifact(java.lang.String proxyClass, EmittedArtifact artifact)
           
 
Method Summary
 EmittedArtifact getEmittedArtifact()
           
 java.lang.String getProxyClass()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcPolicyFileArtifact

public RpcPolicyFileArtifact(java.lang.String proxyClass,
                             EmittedArtifact artifact)
Method Detail

getEmittedArtifact

public EmittedArtifact getEmittedArtifact()

getProxyClass

public java.lang.String getProxyClass()

hashCode

public final int hashCode()