org.zuena.guiceex.matcher
クラス RegexMatcher
java.lang.Object
com.google.inject.matcher.AbstractMatcher
org.zuena.guiceex.matcher.RegexMatcher
- すべての実装されたインタフェース:
- Matcher
public class RegexMatcher
- extends AbstractMatcher
java.util.regex
を使用した正規表現によるマッチングをする
Matcher
実装クラスです。
Matcher.and(com.google.inject.matcher.Matcher)
と
Matcher.or(com.google.inject.matcher.Matcher)
を
実装するためにAbstractMatcher
を拡張しています。
- 導入されたバージョン:
- 0.9.1
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexMatcher
public RegexMatcher(String regex)
matches
public boolean matches(Object t)
Copyright © 2007 zuena.org AllRights Reserved.