Uses of Class
com.fizzed.rocker.compiler.RockerOptions
-
Packages that use RockerOptions Package Description com.fizzed.rocker.compiler com.fizzed.rocker.model -
-
Uses of RockerOptions in com.fizzed.rocker.compiler
Fields in com.fizzed.rocker.compiler declared as RockerOptions Modifier and Type Field Description private RockerOptionsRockerConfiguration. optionsMethods in com.fizzed.rocker.compiler that return RockerOptions Modifier and Type Method Description RockerOptionsRockerOptions. copy()RockerOptionsRockerConfiguration. getOptions()public File getCompileDirectory() { if (this.compileDirectory == null) { return getClassDirectory(); } return compileDirectory; } public void setCompileDirectory(File compileDirectory) { this.compileDirectory = compileDirectory; }Methods in com.fizzed.rocker.compiler with parameters of type RockerOptions Modifier and Type Method Description voidRockerConfiguration. setOptions(RockerOptions options) -
Uses of RockerOptions in com.fizzed.rocker.model
Fields in com.fizzed.rocker.model declared as RockerOptions Modifier and Type Field Description private RockerOptionsTemplateModel. optionsMethods in com.fizzed.rocker.model that return RockerOptions Modifier and Type Method Description RockerOptionsTemplateModel. getOptions()Constructors in com.fizzed.rocker.model with parameters of type RockerOptions Constructor Description TemplateModel(java.lang.String packageName, java.lang.String templateName, long modifiedAt, RockerOptions defaultOptions)
-