public interface ShellMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
ShellMatcher.Continue |
| Modifier and Type | Method and Description |
|---|---|
ShellMatcher.Continue |
matches(java.lang.String line,
java.lang.String pattern)
Match a command output line against a defined pattern.
|
ShellMatcher.Continue matches(java.lang.String line, java.lang.String pattern)
line - the line of output to searchpattern - the pattern requiredCopyright © 2022. All rights reserved.