Interface | Description |
---|---|
OverthereConnection | |
OverthereExecutionOutputHandler | |
OverthereFile |
An abstract representation of a file that can be access through an
OverthereConnection . |
OverthereProcess |
Represents an executing process.
|
OverthereProcessOutputHandler | Deprecated
Replaced with the
OverthereExecutionOutputHandler |
Class | Description |
---|---|
CmdLine |
Represents a command line.
|
CmdLineArgument |
Represents a single command line argument.
|
ConnectionOptions |
Represents options to use when creating a
connection . |
Overthere |
Factory object to create
connections . |
Enum | Description |
---|---|
OperatingSystemFamily |
The family (flavour) of the operating system running on a host.
|
Exception | Description |
---|---|
RuntimeIOException |
Thrown whenever an I/O error occurs.
|
connection
by invoking Overthere.getConnection(String, ConnectionOptions)
.
Then, create file objects using OverthereConnection.getFile(String)
and manipulate them or execute commands using
OverthereConnection.execute(OverthereProcessOutputHandler, CmdLine)
).