Class ExoMatcherImpl
java.lang.Object
org.exoplatform.social.common.router.regex.ExoMatcherImpl
- All Implemented Interfaces:
MatchResult,ExoMatcher
-
Method Details
-
matches
public boolean matches()- Specified by:
matchesin interfaceExoMatcher
-
find
public boolean find()- Specified by:
findin interfaceExoMatcher
-
group
- Specified by:
groupin interfaceMatchResult
-
group
- Specified by:
groupin interfaceExoMatcher- Specified by:
groupin interfaceMatchResult
-
groupCount
public int groupCount()- Specified by:
groupCountin interfaceMatchResult
-
group
- Specified by:
groupin interfaceExoMatcher- Specified by:
groupin interfaceMatchResult
-
start
public int start()- Specified by:
startin interfaceMatchResult
-
start
public int start(int group) - Specified by:
startin interfaceMatchResult
-
end
public int end()- Specified by:
endin interfaceMatchResult
-
end
public int end(int group) - Specified by:
endin interfaceMatchResult
-
replaceAll
- Specified by:
replaceAllin interfaceExoMatcher
-
equals
-
hashCode
public int hashCode() -
toString
-