@groovy.transform.CompileStatic @org.gradle.api.tasks.CacheableTask abstract class GroovyPageForkCompileTask extends AbstractCompile
Abstract Gradle task for compiling templates, using GroovyPageForkedCompiler This Task is a Forked Java Task that is configurable with fork options provided by ViewCompileOptions
Modifiers | Name | Description |
---|---|---|
class |
GroovyPageForkCompileTask.1 |
Type | Name and description |
---|---|
ViewCompileOptions |
compileOptions |
DirectoryProperty |
destinationDirectory |
ConfigurableFileCollection |
grailsConfigurationPaths |
Property<java.lang.String> |
packageName |
Property<java.lang.String> |
serverpath |
FileTree |
source |
DirectoryProperty |
srcDir |
java.lang.String |
tmpDirPath |
Constructor and description |
---|
GroovyPageForkCompileTask(ExecOperations execOperations, ObjectFactory objectFactory) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
compile() |
|
void |
execute() |
|
protected java.lang.String |
getCompilerName() |
|
java.lang.String |
getFileExtension() |
|
FileTree |
getSource() |
|
void |
prepareArguments(java.util.List<java.lang.String> arguments) |
|
void |
setSource(java.lang.Object source) |
Groovy Documentation