Uses of Class
com.google.gwt.core.ext.linker.SyntheticArtifact
Package
Description
Classes for writing Linkers.
This package contains interfaces that provide access to
"Story of Your Compile" information.
A package containing implementations of the GWT bootstrap linkers.
-
Uses of SyntheticArtifact in com.google.gwt.core.ext.linker
Modifier and TypeMethodDescriptionprotected final SyntheticArtifact
AbstractLinker.emitBytes
(TreeLogger logger, byte[] what, String partialPath) A helper method to create an artifact from an array of bytes.protected final SyntheticArtifact
AbstractLinker.emitBytes
(TreeLogger logger, byte[] what, String partialPath, long lastModified) A helper method to create an artifact from an array of bytes.protected final SyntheticArtifact
AbstractLinker.emitInputStream
(TreeLogger logger, InputStream what, String partialPath) A helper method to create an artifact to emit the contents of an InputStream.protected final SyntheticArtifact
AbstractLinker.emitInputStream
(TreeLogger logger, InputStream what, String partialPath, long lastModified) A helper method to create an artifact to emit the contents of an InputStream.protected final SyntheticArtifact
AbstractLinker.emitString
(TreeLogger logger, String what, String partialPath) A helper method to create an artifact to emit a String.protected final SyntheticArtifact
AbstractLinker.emitString
(TreeLogger logger, String what, String partialPath, long lastModified) A helper method to create an artifact to emit a String.protected final SyntheticArtifact
AbstractLinker.emitWithStrongName
(TreeLogger logger, byte[] what, String prefix, String suffix) A helper method to create an artifact from an array of bytes with a strong name.protected final SyntheticArtifact
AbstractLinker.emitWithStrongName
(TreeLogger logger, byte[] what, String prefix, String suffix, long lastModified) A helper method to create an artifact from an array of bytes with a strong name. -
Uses of SyntheticArtifact in com.google.gwt.core.ext.soyc
Modifier and TypeMethodDescriptionstatic List
<SyntheticArtifact> SourceMapRecorder.exec
(int permutationId, List<com.google.gwt.dev.jjs.JsSourceMap> fragmentMaps, String sourceFilePrefix) Generates a sourcemap for each fragment in the list.static List
<SyntheticArtifact> SourceMapRecorder.execWithJavaNames
(int permutationId, List<com.google.gwt.dev.jjs.JsSourceMap> fragmentMaps, String sourceFilePrefix) Generates a sourcemap for each fragment in the list, with JavaScript-to-Java name mappings included. -
Uses of SyntheticArtifact in com.google.gwt.core.ext.soyc.coderef
Modifier and TypeMethodDescriptionstatic List
<SyntheticArtifact> EntityRecorder.makeSoycArtifacts
(int permutationId, List<com.google.gwt.dev.jjs.JsSourceMap> sourceInfoMaps, String sourceMapFilePrefix, com.google.gwt.dev.jjs.impl.JavaToJavaScriptMap jjsmap, com.google.gwt.dev.js.SizeBreakdown[] sizeBreakdowns, DependencyGraphRecorder codeGraph, com.google.gwt.dev.jjs.ast.JProgram jprogram) -
Uses of SyntheticArtifact in com.google.gwt.core.linker
Modifier and TypeClassDescriptionstatic class
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.Modifier and TypeMethodDescriptionprotected SyntheticArtifact
SymbolMapsLinker.emitSourceMapString
(TreeLogger logger, String contents, String partialPath)