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

cn.featherfly.common.io.file.RenamePolicy Maven / Gradle / Ivy

package cn.featherfly.common.io.file;

/**
 * 

* 重命名策略 *

* * @author zhongj */ public interface RenamePolicy { /** *

* 重命名 *

* @param fileName 名称 * @return 重命名后的名称 */ String rename(String fileName); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy