|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.ext.Linker
com.google.gwt.core.linker.SoycReportLinker
@LinkerOrder(value=POST) public class SoycReportLinker
Converts Compile Report files into emitted private artifacts.
| Constructor Summary | |
|---|---|
SoycReportLinker()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a human-readable String describing the Linker. |
ArtifactSet |
link(TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts)
Invoke the Linker. |
| Methods inherited from class com.google.gwt.core.ext.Linker |
|---|
relink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoycReportLinker()
| Method Detail |
|---|
public java.lang.String getDescription()
Linker
getDescription in class Linker
public ArtifactSet link(TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts)
throws UnableToCompleteException
Linker
link in class Linkerlogger - the TreeLogger to record tocontext - provides access to the Linker's environmentartifacts - an unmodifiable view of the artifacts to link
UnableToCompleteException - if compilation violates assumptions made
by the Linker or for errors encountered by the Linker
|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||