public class DefaultJavaCompilerFactory extends Object implements JavaCompilerFactory
| Constructor and Description |
|---|
DefaultJavaCompilerFactory(ProjectInternal project,
TemporaryFileProvider tempFileProvider,
Factory<AntBuilder> antBuilderFactory,
JavaCompilerFactory inProcessCompilerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<JavaCompileSpec> |
create(CompileOptions options) |
void |
setGroovyJointCompilation(boolean flag)
If true, the Java compiler to be created is used for joint compilation
together with a Groovy compiler in the compiler daemon.
|
public DefaultJavaCompilerFactory(ProjectInternal project, TemporaryFileProvider tempFileProvider, Factory<AntBuilder> antBuilderFactory, JavaCompilerFactory inProcessCompilerFactory)
public void setGroovyJointCompilation(boolean flag)
public Compiler<JavaCompileSpec> create(CompileOptions options)
create in interface JavaCompilerFactoryCopyright © 2013. All rights reserved