Package | Description |
---|---|
com.google.gwt.dev |
Modifier and Type | Method and Description |
---|---|
static List<FileBackedObject<PermutationResult>> |
CompilePerms.makeResultFiles(File compilerWorkDir,
Permutation[] perms) |
Modifier and Type | Method and Description |
---|---|
static void |
CompilePerms.compile(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] perms,
int localWorkers,
List<FileBackedObject<PermutationResult>> resultFiles)
Compile multiple permutations.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
int localWorkers,
List<FileBackedObject<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<FileBackedObject<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,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<FileBackedObject<PermutationResult>> resultFiles,
JJSOptions precompileOptions,
Link.LinkOptions linkOptions) |
Copyright © 2018. All rights reserved.