Interface | Description |
---|---|
ExecInterface |
This interface defines functionality to execute local/remote commands and to
transfer files.
|
SshEventListener |
A SshEventListener listens for events that are issued by the ssh package.
|
Class | Description |
---|---|
ExecFactory |
This class provides a factory to give you an object implementing the
ExecInterface.
|
GsiSshExec |
This class provides functionality to use an GSISSH session to execute remote
commands and to transfer files on a remote machine.
|
GsiSshSessionFactory |
This class provides a factory to store gsi ssh sessions.
|
LocalDelete |
Local file delete according to a regular expression.
|
LocalExec |
Local command execution.
|
MaskedTextPasswordField |
This class prompts the user for a password and attempts to mask input with
"*"
|
RemoteExec | |
SftpExec |
Class to handle file transfer based on sftp protocol.
|
SshEvent |
An event that is published by SSH package whenever - a session is opened or
closed
|
SshEventRegistry |
This class provides a registry to store subscriptions to SshEvents.
|
SshExec |
This class provides functionality to use an SSH session to execute remote
commands and to transfer files on a remote machine.
|
TestCopyTo |
Scp several local files to a remote site
|
TestDelete |
This test connects to a host and deletes files matching the given mask.
|
TestExec |
This test connects to a host and executes a command.
|
TestExecMulti |
This test connects to a host and executes two commands at once within the
same session.
|
TestExecMulti.SshTest | |
TestExecThirdparty |
This test connects to a host and executes a command.
|
TestExecThirdpartyLocal |
This test connects to a host and executes a command.
|
Exception | Description |
---|---|
ExecException |
Exception for failures in classes implementing ExecInterface thrown in
ExecInterface.java
|
ExecTimeoutException |
Exception for timeout failures in classes implementing ExecInterface thrown
in SshExec.java and LocalExec.java
|
SshException |
Exception for the ssh class failures thrown in Ssh*.java
|