JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
I
R
S
T
A
apply(Project)
- Method in class com.fizzed.rocker.gradle.
RockerPlugin
Create `rockerCompile` task in group build and describe the task
C
com.fizzed.rocker.gradle
- package com.fizzed.rocker.gradle
compileRocker()
- Method in class com.fizzed.rocker.gradle.
RockerTask
Sets up the logger and runs the rocker compiler
D
doCompileRocker(Project, File, File, File)
- Static method in class com.fizzed.rocker.gradle.
RockerTask
Uses the project to get GradleExtension and runs the generator
G
getClassBaseDirectory()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getClassDir()
- Method in class com.fizzed.rocker.gradle.
RockerTask
getDiscardLogicWhitespace()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getExtendsClass()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getExtendsModelClass()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getJavaVersion()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getOptimize()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getOutputBaseDirectory()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getOutputDir()
- Method in class com.fizzed.rocker.gradle.
RockerTask
getPostProcessing()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getRocker()
- Method in class com.fizzed.rocker.gradle.
RockerSourceSetProperty
getRockerProjectConfig()
- Method in class com.fizzed.rocker.gradle.
RockerTask
getSrcDirs()
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
Returns the source directories that make up this set.
getSuffixRegex()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getTargetCharset()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
getTemplateDirs()
- Method in class com.fizzed.rocker.gradle.
RockerTask
getTouchFile()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
I
isFailOnError()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
isSkip()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
isSkipTouch()
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
R
rocker(Closure<?>)
- Method in class com.fizzed.rocker.gradle.
RockerSourceSetProperty
rocker(Action<? super TemplateDirectorySet>)
- Method in class com.fizzed.rocker.gradle.
RockerSourceSetProperty
RockerConfiguration
- Class in
com.fizzed.rocker.gradle
Bean for the configuration options of Rocker Compiler
RockerConfiguration(Project)
- Constructor for class com.fizzed.rocker.gradle.
RockerConfiguration
RockerGradleException
- Exception in
com.fizzed.rocker.gradle
Named RuntimeException
RockerGradleException(String)
- Constructor for exception com.fizzed.rocker.gradle.
RockerGradleException
RockerGradleException(String, Exception)
- Constructor for exception com.fizzed.rocker.gradle.
RockerGradleException
RockerPlugin
- Class in
com.fizzed.rocker.gradle
A plugin that for gradle that provides the `generateRockerTemplateSource` tasks.
RockerPlugin()
- Constructor for class com.fizzed.rocker.gradle.
RockerPlugin
RockerSourceSetProperty
- Class in
com.fizzed.rocker.gradle
The rocker property added to the
SourceSet
.
RockerSourceSetProperty(Project)
- Constructor for class com.fizzed.rocker.gradle.
RockerSourceSetProperty
RockerTask
- Class in
com.fizzed.rocker.gradle
RockerTask()
- Constructor for class com.fizzed.rocker.gradle.
RockerTask
S
setClassBaseDirectory(Object)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setClassBaseDirectory(Object, PathValidation)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setClassDir(File)
- Method in class com.fizzed.rocker.gradle.
RockerTask
setDiscardLogicWhitespace(Boolean)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setExtendsClass(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setExtendsModelClass(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setFailOnError(boolean)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setJavaVersion(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setOptimize(Boolean)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setOutputBaseDirectory(Object)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setOutputBaseDirectory(Object, PathValidation)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setOutputDir(File)
- Method in class com.fizzed.rocker.gradle.
RockerTask
setPostProcessing(String[])
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setRockerProjectConfig(RockerConfiguration)
- Method in class com.fizzed.rocker.gradle.
RockerTask
setSkip(boolean)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setSkipTouch(boolean)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setSourceSet(SourceSet)
- Method in class com.fizzed.rocker.gradle.
RockerTask
setSrcDirs(Iterable<?>)
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
Sets the source directories for this set.
setSuffixRegex(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setTargetCharset(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
setTemplateDirs(Set<File>)
- Method in class com.fizzed.rocker.gradle.
RockerTask
setTouchFile(String)
- Method in class com.fizzed.rocker.gradle.
RockerConfiguration
source(TemplateDirectorySet)
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
Adds the given source to this set.
sourceSet()
- Method in class com.fizzed.rocker.gradle.
RockerTask
Internally used relationship to the task's source set.
srcDir(Object)
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
Adds the given source directory to this set.
srcDirs(Object...)
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
Adds the given source directories to this set.
T
TemplateDirectorySet
- Class in
com.fizzed.rocker.gradle
A simplified version of
SourceSet
.
TemplateDirectorySet(Project)
- Constructor for class com.fizzed.rocker.gradle.
TemplateDirectorySet
Create a new instance.
toString()
- Method in class com.fizzed.rocker.gradle.
TemplateDirectorySet
A
C
D
G
I
R
S
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes