Class TemplateCompilerOptions

java.lang.Object
de.s42.dlt.parser.TemplateCompilerOptions

public class TemplateCompilerOptions extends Object
Author:
Benjamin Schiller
  • Field Details

    • DEFAULT_GENERATED_CLASS_NAME

      private static final String DEFAULT_GENERATED_CLASS_NAME
      See Also:
    • DEFAULT_GENERATED_PACKAGE_NAME

      private static final String DEFAULT_GENERATED_PACKAGE_NAME
      See Also:
    • className

      protected String className
    • packageName

      protected String packageName
    • classLoader

      protected ClassLoader classLoader
    • classPath

      protected String classPath
    • modulePath

      protected String modulePath
    • templateId

      protected String templateId
    • debug

      protected boolean debug
    • cacheCompiledTemplate

      protected boolean cacheCompiledTemplate
  • Constructor Details

    • TemplateCompilerOptions

      public TemplateCompilerOptions()
    • TemplateCompilerOptions

      public TemplateCompilerOptions(String templateId)
  • Method Details

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getClassLoader

      public ClassLoader getClassLoader()
    • setClassLoader

      public void setClassLoader(ClassLoader classLoader)
    • getClassPath

      public String getClassPath()
    • setClassPath

      public void setClassPath(String classPath)
    • isDebug

      public boolean isDebug()
    • setDebug

      public void setDebug(boolean debug)
    • getTemplateId

      public String getTemplateId()
    • setTemplateId

      public void setTemplateId(String templateId)
    • isCacheCompiledTemplate

      public boolean isCacheCompiledTemplate()
    • setCacheCompiledTemplate

      public void setCacheCompiledTemplate(boolean cacheCompiledTemplate)
    • getModulePath

      public String getModulePath()
    • setModulePath

      public void setModulePath(String modulePath)