class RegexpMatcher extends Object implements LineMatcher
Pattern to do the regexp stuff.| Constructor and Description |
|---|
RegexpMatcher(GrepArguments args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Line line)
Returns true if the given
line matches, and false otherwise. |
public RegexpMatcher(GrepArguments args)
public boolean matches(Line line)
LineMatcherline matches, and false otherwise.matches in interface LineMatcherline - the line to testCopyright © 2025. All rights reserved.