public class ShellDefaultMatcher extends Object implements ShellMatcher
ShellMatcher.Continue| Constructor and Description |
|---|
ShellDefaultMatcher() |
| Modifier and Type | Method and Description |
|---|---|
ShellMatcher.Continue |
matches(String line,
String pattern)
Match a command output line against a defined pattern.
|
public ShellMatcher.Continue matches(String line, String pattern)
ShellMatchermatches in interface ShellMatcherline - the line of output to searchpattern - the pattern requiredCopyright © 2025. All rights reserved.