Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
Modifier and Type | Method and Description |
---|---|
ShellMatcher.Continue |
ShellMatcher.matches(String line,
String pattern)
Match a command output line against a defined pattern.
|
ShellMatcher.Continue |
ShellDefaultMatcher.matches(String line,
String pattern) |
static ShellMatcher.Continue |
ShellMatcher.Continue.valueOf(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 © 2024. All rights reserved.