|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyntheticArtifact | |
---|---|
com.google.gwt.core.ext.linker | Classes for writing Linkers. |
Uses of SyntheticArtifact in com.google.gwt.core.ext.linker |
---|
Methods in com.google.gwt.core.ext.linker that return SyntheticArtifact | |
---|---|
protected SyntheticArtifact |
AbstractLinker.emitBytes(TreeLogger logger,
byte[] what,
java.lang.String partialPath)
A helper method to create an artifact from an array of bytes. |
protected SyntheticArtifact |
AbstractLinker.emitBytes(TreeLogger logger,
byte[] what,
java.lang.String partialPath,
long lastModified)
A helper method to create an artifact from an array of bytes. |
protected SyntheticArtifact |
AbstractLinker.emitInputStream(TreeLogger logger,
java.io.InputStream what,
java.lang.String partialPath)
A helper method to create an artifact to emit the contents of an InputStream. |
protected SyntheticArtifact |
AbstractLinker.emitInputStream(TreeLogger logger,
java.io.InputStream what,
java.lang.String partialPath,
long lastModified)
A helper method to create an artifact to emit the contents of an InputStream. |
protected SyntheticArtifact |
AbstractLinker.emitString(TreeLogger logger,
java.lang.String what,
java.lang.String partialPath)
A helper method to create an artifact to emit a String. |
protected SyntheticArtifact |
AbstractLinker.emitString(TreeLogger logger,
java.lang.String what,
java.lang.String partialPath,
long lastModified)
A helper method to create an artifact to emit a String. |
protected SyntheticArtifact |
AbstractLinker.emitWithStrongName(TreeLogger logger,
byte[] what,
java.lang.String prefix,
java.lang.String suffix)
A helper method to create an artifact from an array of bytes with a strong name. |
protected SyntheticArtifact |
AbstractLinker.emitWithStrongName(TreeLogger logger,
byte[] what,
java.lang.String prefix,
java.lang.String suffix,
long lastModified)
A helper method to create an artifact from an array of bytes with a strong name. |
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |