Interface TemplateEngine

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractEngine, FreemarkerEngine

public interface TemplateEngine extends Serializable
文件产生接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    produce(DataSchema info, String docName)
    生成文档
  • Method Details

    • produce

      void produce(DataSchema info, String docName) throws org.aoju.bus.core.exception.InstrumentException
      生成文档
      Parameters:
      info - DataSchema
      docName - String
      Throws:
      org.aoju.bus.core.exception.InstrumentException - 异常