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