Package com.xebialabs.deployit.hostsession

The host session framework.

See:
          Description

Interface Summary
CommandExecution An executing command on a host.
CommandExecutionCallbackHandler Handler for callbacks from the host session.
HostFile A reference to a file on a host.
HostFileInputStreamTransformer  
HostSession A session on a host (local or remote) on which to manipulate files and execute commands.
 

Class Summary
CapturingCommandExecutionCallbackHandler An implementation of the CommandExecutionCallbackHandler that captures the output in variables.
DebugCommandExecutionCallbackHandler Implementation of the CommandExecutionCallbackHandler interface that sends its output to System.out and System.err.
HostFileUtils Contains a number of convenience methods for working with HostFile objects.
HostSessionFactory Factory for host sessions.
LenientTemplateResolvingHostFileInputTransformer  
 

Package com.xebialabs.deployit.hostsession Description

The host session framework. This framework allows plugin authors to work with local or remote systems ("hosts") conveniently. Some of the features:

Version:
1.2


Copyright © 2010. All Rights Reserved.