public class Compiler extends Object
Constructor and Description |
---|
Compiler() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compile(TreeLogger logger,
CompilerOptions compilerOptions) |
static boolean |
compile(TreeLogger logger,
CompilerOptions compilerOptions,
MinimalRebuildCache minimalRebuildCache,
ModuleDef moduleDef) |
static boolean |
compile(TreeLogger logger,
CompilerOptions compilerOptions,
ModuleDef moduleDef) |
static UnitCache |
getOrCreateUnitCache(TreeLogger logger,
CompilerOptions options)
Locates the unit cache dir relative to the war dir and returns a UnitCache instance.
|
static void |
main(String[] args) |
public static UnitCache getOrCreateUnitCache(TreeLogger logger, CompilerOptions options)
public static void main(String[] args)
public static boolean compile(TreeLogger logger, CompilerOptions compilerOptions) throws UnableToCompleteException
UnableToCompleteException
public static boolean compile(TreeLogger logger, CompilerOptions compilerOptions, ModuleDef moduleDef) throws UnableToCompleteException
UnableToCompleteException
public static boolean compile(TreeLogger logger, CompilerOptions compilerOptions, MinimalRebuildCache minimalRebuildCache, ModuleDef moduleDef) throws UnableToCompleteException
UnableToCompleteException
Copyright © 2018. All rights reserved.