org.usc.file.operater.rules
接口 ConvertRule

所有已知实现类:
BigToSmallConvertRule, PrefixConvertRule, ReplaceConvertRule, SimpleBigToSmallConvertRule, SmallToBigConvertRule, SuffixConvertRule

public interface ConvertRule

转换规则接口

作者:
ShunLi

方法摘要
 String reNameByRule(String oldName)
           
 String reNameByRule(String oldName, String fix, String newFix)
           
 String reNameByRule(String oldName, String fix, String newFix, Boolean isFolder)
           
 

方法详细信息

reNameByRule

String reNameByRule(String oldName)

reNameByRule

String reNameByRule(String oldName,
                    String fix,
                    String newFix)

reNameByRule

String reNameByRule(String oldName,
                    String fix,
                    String newFix,
                    Boolean isFolder)


Copyright © 2011. All Rights Reserved.