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

ars.file.DirectoryGenerator Maven / Gradle / Ivy

The newest version!
package ars.file;

/**
 * 文件目录生成器
 *
 * @author wuyongqiang
 */
public interface DirectoryGenerator {
    /**
     * 生成文件目录
     *
     * @param name 文件名
     * @return 文件目录
     */
    public String generate(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy