class RegexpMatcher extends Object implements LineMatcher
Pattern to do the regexp stuff.| Constructor and Description |
|---|
RegexpMatcher(GrepArguments args) |
public RegexpMatcher(GrepArguments args)
public boolean matches(Line line)
LineMatcherline matches, and false otherwise.matches in interface LineMatcherline - the line to testCopyright © 2017. All Rights Reserved.