Index
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
patternagainst theinputString. - 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
patternagainst theinputString.
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 in org.codice.util.tlmatcher
-
Public, checked exception that is thrown when RegEx times out.
- TimeoutException(String) - Constructor for exception org.codice.util.tlmatcher.TimeLimitedMatcher.TimeoutException
- toString() - Method in class org.codice.util.tlmatcher.TimeLimitedMatcher
All Classes and Interfaces|All Packages|Serialized Form