Class PrepareOptions


  • public final class PrepareOptions
    extends java.lang.Object
    • Method Detail

      • isOnlyIncludes

        public boolean isOnlyIncludes()
      • getTemporaryDirectoryOverride

        public java.io.File getTemporaryDirectoryOverride()
        Used to override the default temporary directory that is used to store prepared templates.
      • withTemporaryDirectoryOverride

        public PrepareOptions withTemporaryDirectoryOverride​(java.io.File tmpDir)
      • withOnlyIncludes

        public PrepareOptions withOnlyIncludes()
        When marked withOnlyIncludes, then the prepared template will evaluate only fragment include directives and not other expressions.