Task for compiling twirl templates
Fields inherited from class | Fields |
---|---|
class SourceTask |
source |
Type | Name and description |
---|---|
Object |
getDependencyNotation() |
BaseForkOptions |
getForkOptions() fork options for the twirl compiler. |
File |
getOutputDirectory() Returns the directory to generate the parser source files into. |
void |
setCompilerTool(ResolvedTool<Compiler<TwirlCompileSpec>> compilerTool) |
void |
setDependencyNotation(Object dependencyNotation) |
void |
setOutputDirectory(File outputDirectory) Specifies the directory to generate the parser source files into. |
Methods inherited from class | Name |
---|---|
class SourceTask |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, source |
fork options for the twirl compiler.
Returns the directory to generate the parser source files into.
Specifies the directory to generate the parser source files into.
outputDirectory
- The output directory. Must not be null.