Package | Description |
---|---|
com.sshtools.client.shell |
Modifier and Type | Method and Description |
---|---|
ShellMatcher.Continue |
ShellMatcher.matches(java.lang.String line,
java.lang.String pattern)
Match a command output line against a defined pattern.
|
ShellMatcher.Continue |
ShellDefaultMatcher.matches(java.lang.String line,
java.lang.String pattern) |
static ShellMatcher.Continue |
ShellMatcher.Continue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShellMatcher.Continue[] |
ShellMatcher.Continue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.