Package io.github.erdos.stencil
Class PrepareOptions
java.lang.Object
io.github.erdos.stencil.PrepareOptions
-
Method Summary
Modifier and TypeMethodDescriptionUsed to override the default temporary directory that is used to store prepared templates.boolean
static PrepareOptions
options()
When marked withOnlyIncludes, then the prepared template will evaluate only fragment include directives and not other expressions.withTemporaryDirectoryOverride
(File tmpDir)
-
Method Details
-
options
-
isOnlyIncludes
public boolean isOnlyIncludes() -
getTemporaryDirectoryOverride
Used to override the default temporary directory that is used to store prepared templates. -
withTemporaryDirectoryOverride
-
withOnlyIncludes
When marked withOnlyIncludes, then the prepared template will evaluate only fragment include directives and not other expressions.
-