Index

C G M O T 
All Classes and Interfaces|All Packages|Serialized Form

C

create(Pattern, CharSequence) - Static method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Creates a new Time-limited matcher instance to search for the regular expression pattern against the inputString.
create(Pattern, CharSequence, Duration) - Static method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Creates a new Time-limited matcher instance to search for the regular expression pattern against the inputString.

G

group() - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Returns the input subsequence captured by the given named-capturing group during the previous match operation.
groupCount() - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
Returns the number of capturing groups in this matcher's pattern.

M

matches() - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
True if the entire region matched against the pattern.

O

org.codice.util.tlmatcher - package org.codice.util.tlmatcher
 

T

TimeLimitedMatcher - Class in org.codice.util.tlmatcher
Customized and reduced-scope RegEx matcher class to protect against runaway searches.
TimeLimitedMatcher.TimeoutException - Exception Class in org.codice.util.tlmatcher
Public, checked exception that is thrown when RegEx times out.
TimeoutException(String) - Constructor for exception class org.codice.util.tlmatcher.TimeLimitedMatcher.TimeoutException
 
toString() - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
 
C G M O T 
All Classes and Interfaces|All Packages|Serialized Form