| Package | Description |
|---|---|
| com.mockrunner.util.regexp |
| Modifier and Type | Class and Description |
|---|---|
class |
Jsr51PatternMatcher |
static class |
PatternMatcher.Base |
class |
Perl5PatternMatcher |
class |
SimplePatternMatcher
// TODO: Document this
|
class |
StartsEndsPatternMatcher
Simplified comparison based on JSR-51 regular expressions, applicable only to
patterns with single .* part.
|
| Modifier and Type | Method and Description |
|---|---|
PatternMatcher |
SimplePatternMatcher.Factory.create(String pattern) |
PatternMatcher |
PatternMatcher.Factory.create(String pattern) |
PatternMatcher |
Perl5PatternMatcher.Factory.create(String pattern) |
PatternMatcher |
StartsEndsPatternMatcher.Factory.create(String pattern) |
PatternMatcher |
Jsr51PatternMatcher.Factory.create(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
PatternMatcher.Base.compareTo(PatternMatcher o) |
Copyright © 2003–2018. All rights reserved.