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

cn.belier.jxls.filename.FilenameGenerate Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package cn.belier.jxls.filename;

/**
 * 文件名成生成器
 *
 * @author belier
 * @date 2018/12/4
 */
@FunctionalInterface
public interface FilenameGenerate {

    /**
     * 生成默认的文件名称,不包含后缀
     *
     * @return 文件名称
     */
    String generate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy