org.jrdf.util.boundary
Interface RegexMatcher

All Superinterfaces:
MatchResult
All Known Implementing Classes:
RegexMatcherImpl

public interface RegexMatcher
extends MatchResult

Class description goes here.


Method Summary
 void appendReplacement(StringBuffer sb, String replacement)
           
 void appendTail(StringBuffer sb)
           
 boolean find()
           
 boolean matches()
           
 
Methods inherited from interface java.util.regex.MatchResult
end, end, group, group, groupCount, start, start
 

Method Detail

find

boolean find()

matches

boolean matches()

appendReplacement

void appendReplacement(StringBuffer sb,
                       String replacement)

appendTail

void appendTail(StringBuffer sb)