@CompileStatic class GroovyPageCompilerForkTask extends Object
A Forked Compiler Task for use (typically by Gradle)
Type | Name and description |
---|---|
static String |
FILE_EXTENSION |
String[] |
configs |
CompilerConfiguration |
configuration |
File |
destDir |
String |
encoding |
String |
packageName |
String |
serverpath |
File |
sourceDir |
String |
targetCompatibility |
File |
tmpdir |
Constructor and description |
---|
GroovyPageCompilerForkTask(File sourceDir, File destDir, File tmpdir) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
compile(List<File> sources) |
|
GroovyPageCompiler |
createPageCompiler() |
|
static void |
main(String[] args) |
|
static void |
run(String[] args) |