Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.util |
Modifier and Type | Method and Description |
---|---|
static List<PersistenceBackedObject<PermutationResult>> |
CompilePerms.makeResultFiles(File compilerWorkDir,
Permutation[] perms,
PrecompileTaskOptions options) |
Modifier and Type | Method and Description |
---|---|
static void |
CompilePerms.compile(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] perms,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compile multiple permutations.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compiles all Permutations in a Precompilation and returns an array of Files
that can be consumed by Link using the system-default
PermutationWorkersFactories.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] permutations,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compiles a subset of the Permutations in a Precompilation and returns an
array of Files that can be consumed by Link using the system-default
PermutationWorkersFactories.
|
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<PersistenceBackedObject<PermutationResult>> resultFiles,
Set<PermutationResult> libraries,
PrecompileTaskOptions precompileOptions,
Link.LinkOptions linkOptions) |
Modifier and Type | Method and Description |
---|---|
PersistenceBackedObject<PermutationResult> |
LibraryWriter.getPermutationResultHandle()
Returns a handle to the permutation result object that was constructed as part of the
compilation for this library.
|
PersistenceBackedObject<PermutationResult> |
NullLibraryWriter.getPermutationResultHandle() |
PersistenceBackedObject<PermutationResult> |
Library.getPermutationResultHandle()
Returns a handle to the serialized permutation result of this library.
|
Modifier and Type | Method and Description |
---|---|
List<PersistenceBackedObject<PermutationResult>> |
LibraryGroup.getPermutationResultHandlesInLinkOrder()
Returns the list of all permutation result handles (one per library) in library link order.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBackedObject<T extends Serializable>
Represents a File that contains the serialized form of a Serializable object.
|
class |
MemoryBackedObject<T extends Serializable>
A Noop PersistentBackedObject that stores a reference to the data it's provided.
|
class |
ZipEntryBackedObject<T extends Serializable>
Represents an entry in a ZipFile that contains the serialized form of a Serializable object.
|
Copyright © 2018. All rights reserved.