org.usc.file.operater.rules.Rule 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
The newest version!
package org.usc.file.operater.rules;
/**
* 规则枚举类
*
* @author ShunLi
* @notes Created on 2010-12-11
* Revision of last commit:$Revision$
* Author of last commit:$Author$
* Date of last commit:$Date$
*
*/
public enum Rule {
BigToSmall, SmallToBig, Prefix, Suffix, Replace
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy