Package com.smartgwt.linker
Class SmartGwtScriptInjector
java.lang.Object
com.google.gwt.core.ext.Linker
com.google.gwt.core.ext.linker.AbstractLinker
com.smartgwt.linker.SmartGwtScriptInjector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SyntheticArtifactemitString(TreeLogger logger, String what, String partialPath, LinkerContext context) link(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, boolean permutation) Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinkeremitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongNameMethods inherited from class com.google.gwt.core.ext.LinkerisShardable, link, relink, supportsDevModeInJunit
- 
Constructor Details- 
SmartGwtScriptInjectorpublic SmartGwtScriptInjector()
 
- 
- 
Method Details- 
getDescription- Specified by:
- getDescriptionin class- Linker
 
- 
emitStringprotected SyntheticArtifact emitString(TreeLogger logger, String what, String partialPath, LinkerContext context) throws UnableToCompleteException - Throws:
- UnableToCompleteException
 
- 
linkpublic ArtifactSet link(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, boolean permutation) throws UnableToCompleteException - Overrides:
- linkin class- Linker
- Throws:
- UnableToCompleteException
 
 
-