All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.duoec.doc.export.Exporter Maven / Gradle / Ivy

package com.duoec.doc.export;

/**
 * @author xuwenzhen
 */
public interface Exporter {
    /**
     * 导出适配器名称
     * @return 名称
     */
    String exporterName();

    /**
     * 导出,需要导出的数据均可以从 DocParseState.getBook() 中获取
     */
    void export();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy