Class PrepareOptions

java.lang.Object
io.github.erdos.stencil.PrepareOptions

public final class PrepareOptions extends Object
  • Method Details

    • options

      public static PrepareOptions options()
    • isOnlyIncludes

      public boolean isOnlyIncludes()
    • getTemporaryDirectoryOverride

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

      public PrepareOptions withTemporaryDirectoryOverride(File tmpDir)
    • withOnlyIncludes

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