com.google.gwt.core.linker
Class SoycReportLinker

java.lang.Object
  extended by com.google.gwt.core.ext.Linker
      extended by com.google.gwt.core.linker.SoycReportLinker

@LinkerOrder(value=POST)
public class SoycReportLinker
extends Linker

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

SoycReportLinker

public SoycReportLinker()
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from class: Linker
Returns a human-readable String describing the Linker.

Specified by:
getDescription in class Linker

link

public ArtifactSet link(TreeLogger logger,
                        LinkerContext context,
                        ArtifactSet artifacts)
                 throws UnableToCompleteException
Description copied from class: Linker
Invoke the Linker.

Specified by:
link in class Linker
Parameters:
logger - the TreeLogger to record to
context - provides access to the Linker's environment
artifacts - an unmodifiable view of the artifacts to link
Returns:
the artifacts that should be propagated through the linker chain
Throws:
UnableToCompleteException - if compilation violates assumptions made by the Linker or for errors encountered by the Linker