Class FreeMarkerLanguageDriverConfig.TemplateFileConfig

java.lang.Object
org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig.TemplateFileConfig
Enclosing class:
FreeMarkerLanguageDriverConfig

public static class FreeMarkerLanguageDriverConfig.TemplateFileConfig extends Object
Template file configuration.
  • Constructor Details

    • TemplateFileConfig

      public TemplateFileConfig()
  • Method Details

    • getBaseDir

      public String getBaseDir()
      Get the base directory for reading template resource file.

      Default is ""(none).

      Returns:
      the base directory for reading template resource file
    • setBaseDir

      public void setBaseDir(String baseDir)
      Set the base directory for reading template resource file.
      Parameters:
      baseDir - the base directory for reading template resource file
    • getPathProvider

      Get the template file path provider configuration.
      Returns:
      the template file path provider configuration