@CompileStatic class GroovyPageForkCompileTask extends AbstractCompile
Abstract Gradle task for compiling templates, using GroovyPageCompilerForkTask This Task is a Forked Java Task that is configurable with fork options provided by GspCompileOptions
Modifiers | Name | Description |
---|---|---|
class |
GroovyPageForkCompileTask.1 |
Type | Name and description |
---|---|
GspCompileOptions |
compileOptions |
String |
packageName |
String |
serverpath |
FileTree |
source |
File |
srcDir |
File |
tmpDir
|
String |
tmpDirPath |
Constructor and description |
---|
GroovyPageForkCompileTask(ExecOperations execOperations) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
compile() |
|
void |
execute(InputChanges inputs) |
|
protected String |
getCompilerName() |
|
String |
getFileExtension() |
|
protected ObjectFactory |
getObjectFactory() |
|
FileTree |
getSource() |
|
void |
prepareArguments(List<String> arguments) |
|
void |
setSource(Object source) |