A C D F G O P S

A

addFormatProvider(String, FormatProvider) - 接口 org.tinygroup.format.Formater 中的方法
添加格式化提供者
addFormatProvider(String, FormatProvider) - 类 org.tinygroup.format.impl.FormaterImpl 中的方法
 

C

ContextFormater - org.tinygroup.format.impl 中的 类
上下文格式化提供者
支持Bean的读法,即属下下去的方式
ContextFormater() - 类 org.tinygroup.format.impl.ContextFormater 的构造方法
 

D

DefaultPatternDefine - org.tinygroup.format.impl 中的 类
默认的正则表达式
DefaultPatternDefine() - 类 org.tinygroup.format.impl.DefaultPatternDefine 的构造方法
 

F

format(Context, String) - 接口 org.tinygroup.format.FormatProvider 中的方法
把指定的值进行处理后返回
format(Context, String) - 类 org.tinygroup.format.impl.ContextFormater 中的方法
 
format(Context, String) - 类 org.tinygroup.format.impl.FormaterImpl 中的方法
格式化找到的内容,其余内容不变,如果找不到内容,则原样保留
Formater - org.tinygroup.format.config 中的 类
格式化器配置参数
Formater() - 类 org.tinygroup.format.config.Formater 的构造方法
 
Formater - org.tinygroup.format 中的 接口
格式化的接口
FormaterImpl - org.tinygroup.format.impl 中的 类
Formater的默认实现
FormaterImpl() - 类 org.tinygroup.format.impl.FormaterImpl 的构造方法
构造函数 使用默认的配置加载器
FormatException - org.tinygroup.format.exception 中的 异常
格式化异常
FormatException(String) - 异常 org.tinygroup.format.exception.FormatException 的构造方法
 
FormatException(Throwable) - 异常 org.tinygroup.format.exception.FormatException 的构造方法
 
FormatException(String, Throwable) - 异常 org.tinygroup.format.exception.FormatException 的构造方法
 
FormatPatternDefine - org.tinygroup.format.config 中的 类
格式化正则表达式定义
通过格式定义可以修改匹配方式
FormatPatternDefine() - 类 org.tinygroup.format.config.FormatPatternDefine 的构造方法
 
FormatProvider - org.tinygroup.format.config 中的 类
格式化提供者
FormatProvider() - 类 org.tinygroup.format.config.FormatProvider 的构造方法
 
FormatProvider - org.tinygroup.format 中的 接口
格式化提供者,把指定的内容换成另外的内容

G

getArea() - 类 org.tinygroup.format.config.FormatProvider 中的方法
 
getClassName() - 类 org.tinygroup.format.config.Formater 中的方法
 
getClassName() - 类 org.tinygroup.format.config.FormatProvider 中的方法
 
getFormatPatternDefine() - 类 org.tinygroup.format.config.Formater 中的方法
 
getFormatProviders() - 类 org.tinygroup.format.config.Formater 中的方法
 
getFullMatchText(String) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
getFullMatchText(String) - 接口 org.tinygroup.format.PatternDefine 中的方法
根据正文返回完整部分
getPattern() - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
getPattern() - 接口 org.tinygroup.format.PatternDefine 中的方法
返回正则匹配
getPatternString() - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
getPostfixPatternString() - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
getPrefixPatternString() - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
getPureMatchText(String) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
getPureMatchText(String) - 接口 org.tinygroup.format.PatternDefine 中的方法
返回正文部分
getSplitChar() - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
getSplitChar() - 接口 org.tinygroup.format.PatternDefine 中的方法
返回分隔符

O

org.tinygroup.format - 软件包 org.tinygroup.format
 
org.tinygroup.format.config - 软件包 org.tinygroup.format.config
 
org.tinygroup.format.exception - 软件包 org.tinygroup.format.exception
 
org.tinygroup.format.impl - 软件包 org.tinygroup.format.impl
 

P

PatternDefine - org.tinygroup.format 中的 接口
模式匹配处理接口

S

setArea(String) - 类 org.tinygroup.format.config.FormatProvider 中的方法
 
setClassName(String) - 类 org.tinygroup.format.config.Formater 中的方法
 
setClassName(String) - 类 org.tinygroup.format.config.FormatProvider 中的方法
 
setFormatPatternDefine(FormatPatternDefine) - 类 org.tinygroup.format.config.Formater 中的方法
 
setFormatProviders(List<FormatProvider>) - 类 org.tinygroup.format.config.Formater 中的方法
 
setFormatProviders(Map<String, FormatProvider>) - 接口 org.tinygroup.format.Formater 中的方法
设置格式化提供者
setFormatProviders(Map<String, FormatProvider>) - 类 org.tinygroup.format.impl.FormaterImpl 中的方法
 
setPatternHandle(PatternDefine) - 接口 org.tinygroup.format.Formater 中的方法
设置正则表达式,如果不想用默认正则表达式,可以通过此方法自行定义
setPatternHandle(PatternDefine) - 类 org.tinygroup.format.impl.FormaterImpl 中的方法
 
setPatternString(String) - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
setPatternString(String) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
setPatternString(String) - 接口 org.tinygroup.format.PatternDefine 中的方法
设置正则表达式中间部分
setPostfixPatternString(String) - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
setPostfixPatternString(String) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
setPostfixPatternString(String) - 接口 org.tinygroup.format.PatternDefine 中的方法
设置后缀
setPrefixPatternString(String) - 类 org.tinygroup.format.config.FormatPatternDefine 中的方法
 
setPrefixPatternString(String) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
setPrefixPatternString(String) - 接口 org.tinygroup.format.PatternDefine 中的方法
设置前缀
setSplitChar(char) - 类 org.tinygroup.format.impl.DefaultPatternDefine 中的方法
 
setSplitChar(char) - 接口 org.tinygroup.format.PatternDefine 中的方法
设置域分隔符

A C D F G O P S

Copyright © 2006–2013 开源组织. All rights reserved.