Package org.mybatis.scripting.freemarker
Class FreeMarkerLanguageDriverConfig.TemplateFileConfig
java.lang.Object
org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig.TemplateFileConfig
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The template file path provider configuration. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the base directory for reading template resource file.Get the template file path provider configuration.void
setBaseDir
(String baseDir) Set the base directory for reading template resource file.
-
Constructor Details
-
TemplateFileConfig
public TemplateFileConfig()
-
-
Method Details
-
getBaseDir
Get the base directory for reading template resource file.Default is
""
(none).- Returns:
- the base directory for reading template resource file
-
setBaseDir
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
-