Package com.xebialabs.overthere

Contains the core API of the Overthere library.

See: Description

Package com.xebialabs.overthere Description

Contains the core API of the Overthere library. This library allows users to work with local or remote systems through an abstraction layer. Some of the features: To start, create a 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)).