类 StartsWithMatcher
java.lang.Object
org.beetl.core.resource.StartsWithMatcher
- 所有已实现的接口:
Matcher
检查key以给定的字符串开头的匹配器
- 作者:
- 李飞 (lifei@wellbole.com)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanfinal StringinthashCode()final booleanstatic void检查key是否匹配(满足)某种规则final voidfinal voidsetWithPrefix(boolean withPrefix) toString()
-
构造器详细资料
-
StartsWithMatcher
public StartsWithMatcher() -
StartsWithMatcher
-
-
方法详细资料
-
withPrefix
-
withoutPrefix
-
match
从接口复制的说明:Matcher检查key是否匹配(满足)某种规则 -
isWithPrefix
public final boolean isWithPrefix() -
setWithPrefix
public final void setWithPrefix(boolean withPrefix) -
getPrefix
-
setPrefix
-
hashCode
public int hashCode() -
equals
-
toString
-
main
-