org.usc.file.operater.rules.ConvertRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of filename-batch-converter-main Show documentation
Show all versions of filename-batch-converter-main Show documentation
Filename Batch Converter Application - Main
package org.usc.file.operater.rules;
/**
* 转换规则接口
*
* @author ShunLi
* @notes Created on 2010-12-11
* Revision of last commit:$Revision: 1347 $
* Author of last commit:$Author: [email protected] $
* Date of last commit:$Date: 2011-09-05 23:30:42 +0800 (周一, 05 九月 2011) $
*
*/
public abstract interface ConvertRule {
public String reNameByRule(String oldName);
public String reNameByRule(String oldName, String fix, String newFix);
public String reNameByRule(String oldName, String fix, String newFix, Boolean isFolder);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy