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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SyntheticArtifact
emitString
(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.AbstractLinker
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongName
Methods inherited from class com.google.gwt.core.ext.Linker
isShardable, link, relink, supportsDevModeInJunit
-
Constructor Details
-
SmartGwtScriptInjector
public SmartGwtScriptInjector()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in classLinker
-
emitString
protected SyntheticArtifact emitString(TreeLogger logger, String what, String partialPath, LinkerContext context) throws UnableToCompleteException - Throws:
UnableToCompleteException
-
link
public ArtifactSet link(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, boolean permutation) throws UnableToCompleteException - Overrides:
link
in classLinker
- Throws:
UnableToCompleteException
-