public class NormalizingJavaCompiler extends Object implements Compiler<JavaCompileSpec>
Compiler which does some normalization of the compile configuration and behaviour before delegating to some other compiler.| Constructor and Description |
|---|
NormalizingJavaCompiler(Compiler<JavaCompileSpec> delegate) |
public NormalizingJavaCompiler(Compiler<JavaCompileSpec> delegate)
public WorkResult execute(JavaCompileSpec spec)
execute in interface Compiler<JavaCompileSpec>Copyright © 2013. All rights reserved