public class

RpcLogArtifact

extends Artifact<C extends Artifact<C>>
java.lang.Object
   ↳ com.google.gwt.core.ext.linker.Artifact<C extends com.google.gwt.core.ext.linker.Artifact<C>>
     ↳ com.google.gwt.user.linker.rpc.RpcLogArtifact

Class Overview

This artifact holds a log of the reasoning for which types are considered serializable for a particular RPC interface.

Summary

Constants
String UNSPECIFIED_STRONGNAME This strong name indicates that the artifact doesn't really have its own strong name.
Public Constructors
RpcLogArtifact(String qualifiedSourceName, String serializationPolicyStrongName, String rpcLog)
Public Methods
InputStream getContents(TreeLogger logger)
String getQualifiedSourceName()
String getSerializationPolicyStrongName()
int hashCode()
Protected Methods
int compareToComparableArtifact(RpcLogArtifact o)
Class<RpcLogArtifact> getComparableArtifactType()
[Expand]
Inherited Methods
From class com.google.gwt.core.ext.linker.Artifact
From class java.lang.Object
From interface java.lang.Comparable

Constants

public static final String UNSPECIFIED_STRONGNAME

This strong name indicates that the artifact doesn't really have its own strong name.

Constant Value: "UNSPECIFIED"

Public Constructors

public RpcLogArtifact (String qualifiedSourceName, String serializationPolicyStrongName, String rpcLog)

Public Methods

public InputStream getContents (TreeLogger logger)

Parameters
logger a TreeLogger

public String getQualifiedSourceName ()

public String getSerializationPolicyStrongName ()

public int hashCode ()

Protected Methods

protected int compareToComparableArtifact (RpcLogArtifact o)

protected Class<RpcLogArtifact> getComparableArtifactType ()