org.exoplatform.social.common.router.regex
Interface ExoMatcher

All Superinterfaces:
MatchResult
All Known Implementing Classes:
ExoMatcherImpl

public interface ExoMatcher
extends MatchResult


Method Summary
 boolean find()
           
 String group(int group)
           
 String group(String groupName)
           
 boolean matches()
           
 String replaceAll(String replacement)
           
 
Methods inherited from interface java.util.regex.MatchResult
end, end, group, groupCount, start, start
 

Method Detail

group

String group(String groupName)

group

String group(int group)
Specified by:
group in interface MatchResult

matches

boolean matches()

find

boolean find()

replaceAll

String replaceAll(String replacement)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.