|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.ext.linker.Artifact<CompilationAnalysis>
com.google.gwt.core.ext.linker.CompilationAnalysis
public abstract class CompilationAnalysis
Represents analysis data for a CompilationResult.
Constructor Summary | |
---|---|
protected |
CompilationAnalysis(java.lang.Class<? extends Linker> linkerType)
|
Method Summary | |
---|---|
protected int |
compareToComparableArtifact(CompilationAnalysis o)
Performs comparison with an artifact of a compatible base type. |
protected java.lang.Class<CompilationAnalysis> |
getComparableArtifactType()
Returns the base type to use for comparisons between Artifacts. |
abstract EmittedArtifact |
getDepFile()
|
abstract EmittedArtifact |
getDetailedStoriesFile()
|
abstract java.util.List<com.google.gwt.core.ext.linker.impl.StandardCompilationAnalysis.SoycArtifact> |
getReportFiles()
Files containing the HTML dashboard. |
abstract EmittedArtifact |
getSizeMapsFile()
|
abstract EmittedArtifact |
getSplitPointsFile()
|
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. |
Methods inherited from class com.google.gwt.core.ext.linker.Artifact |
---|
compareTo, equals, getLinker, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CompilationAnalysis(java.lang.Class<? extends Linker> linkerType)
Method Detail |
---|
public abstract EmittedArtifact getDepFile()
public abstract EmittedArtifact getDetailedStoriesFile()
public abstract java.util.List<com.google.gwt.core.ext.linker.impl.StandardCompilationAnalysis.SoycArtifact> getReportFiles()
public abstract EmittedArtifact getSizeMapsFile()
public abstract EmittedArtifact getSplitPointsFile()
public final 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<CompilationAnalysis>
protected final int compareToComparableArtifact(CompilationAnalysis o)
Artifact
Artifact.hashCode()
.
compareToComparableArtifact
in class Artifact<CompilationAnalysis>
protected final java.lang.Class<CompilationAnalysis> getComparableArtifactType()
Artifact
getComparableArtifactType
in class Artifact<CompilationAnalysis>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |