org.usc.file.operater.rules
类 SimpleBigToSmallConvertRule

java.lang.Object
  继承者 org.usc.file.operater.rules.SimpleBigToSmallConvertRule
所有已实现的接口:
ConvertRule

public class SimpleBigToSmallConvertRule
extends Object
implements ConvertRule

简单的小写转大写转换规则(支持百以下)

作者:
ShunLi

构造方法摘要
SimpleBigToSmallConvertRule()
           
 
方法摘要
 String reNameByRule(String oldName)
           
 String reNameByRule(String oldName, String fix, String newFix)
           
 String reNameByRule(String oldName, String fix, String newFix, Boolean isFolder)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SimpleBigToSmallConvertRule

public SimpleBigToSmallConvertRule()
方法详细信息

reNameByRule

public String reNameByRule(String oldName)
指定者:
接口 ConvertRule 中的 reNameByRule

reNameByRule

public String reNameByRule(String oldName,
                           String fix,
                           String newFix)
指定者:
接口 ConvertRule 中的 reNameByRule

reNameByRule

public String reNameByRule(String oldName,
                           String fix,
                           String newFix,
                           Boolean isFolder)
指定者:
接口 ConvertRule 中的 reNameByRule


Copyright © 2011. All Rights Reserved.