Class AbstractEngine
java.lang.Object
org.miaixz.bus.shade.screw.engine.AbstractEngine
- All Implemented Interfaces:
Serializable,TemplateEngine
- Direct Known Subclasses:
FreemarkerEngine
模板引擎抽象类
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected File获取文件,文件名格式为,数据库名_版本号.文件类型protected void打开文档生成的输出目录Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.shade.screw.engine.TemplateEngine
produce
-
Constructor Details
-
AbstractEngine
-
-
Method Details
-
getFile
获取文件,文件名格式为,数据库名_版本号.文件类型- Parameters:
docName- 文档名称- Returns:
String
-
openOutputDir
protected void openOutputDir()打开文档生成的输出目录
-