Uses of Interface
com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler

Packages that use CommandExecutionCallbackHandler
com.xebialabs.deployit Contains the core classes, interfaces and annotations for the Deployit plugin API. 
com.xebialabs.deployit.hostsession The host session framework. 
com.xebialabs.deployit.hostsession.cifs   
com.xebialabs.deployit.hostsession.common Common classes shared by implementations of the host session framework. 
com.xebialabs.deployit.hostsession.local Local implementations of the host session framework. 
com.xebialabs.deployit.hostsession.ssh SSH implementations of the host session framework. 
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit
 

Classes in com.xebialabs.deployit that implement CommandExecutionCallbackHandler
 class StepExecutionContextCallbackHandler
          A CommandExecutionCallbackHandler that logs the output to a StepExecutionContext.
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession
 

Classes in com.xebialabs.deployit.hostsession that implement CommandExecutionCallbackHandler
 class CapturingCommandExecutionCallbackHandler
          An implementation of the CommandExecutionCallbackHandler that captures the output in variables.
 class DebugCommandExecutionCallbackHandler
          Implementation of the CommandExecutionCallbackHandler interface that sends its output to System.out and System.err.
 

Methods in com.xebialabs.deployit.hostsession with parameters of type CommandExecutionCallbackHandler
 int HostSession.execute(CommandExecutionCallbackHandler handler, java.util.Map<java.lang.String,java.lang.String> inputResponse, java.lang.String... commandLine)
          Executes a command and responds to any output with the provided responses.
 int HostSession.execute(CommandExecutionCallbackHandler handler, java.lang.String... commandLine)
          Executes a command with its arguments.
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.cifs
 

Methods in com.xebialabs.deployit.hostsession.cifs with parameters of type CommandExecutionCallbackHandler
 int CifsTelnetHostSession.execute(CommandExecutionCallbackHandler handler, java.util.Map<java.lang.String,java.lang.String> inputResponse, java.lang.String... commandLine)
           
 int CifsTelnetHostSession.execute(CommandExecutionCallbackHandler handler, java.lang.String... commandLine)
           
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.common
 

Classes in com.xebialabs.deployit.hostsession.common that implement CommandExecutionCallbackHandler
 class InputResponseHandler
          Checks the output of an executed command and gives canned responses to expected output.
 

Constructors in com.xebialabs.deployit.hostsession.common with parameters of type CommandExecutionCallbackHandler
ErrorStreamToCallbackHandler(java.io.InputStream in, CommandExecutionCallbackHandler handler)
           
InputResponseHandler(CommandExecutionCallbackHandler decoatedHandler, java.io.OutputStream remoteStdin, java.util.Map<java.lang.String,java.lang.String> inputResponse)
           
OutputStreamToCallbackHandler(java.io.InputStream in, CommandExecutionCallbackHandler handler)
           
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.local
 

Methods in com.xebialabs.deployit.hostsession.local with parameters of type CommandExecutionCallbackHandler
 int LocalHostSession.execute(CommandExecutionCallbackHandler handler, java.util.Map<java.lang.String,java.lang.String> inputResponse, java.lang.String... commandLine)
           
 int LocalHostSession.execute(CommandExecutionCallbackHandler handler, java.lang.String... commandLine)
           
 

Uses of CommandExecutionCallbackHandler in com.xebialabs.deployit.hostsession.ssh
 

Classes in com.xebialabs.deployit.hostsession.ssh that implement CommandExecutionCallbackHandler
 class SshSudoPasswordPromptHandler
          Decorates a CommandExecutionCallbackHandler, handling SUDO password prompts transparently and removing them from the output passed to the decorated handler.
 

Methods in com.xebialabs.deployit.hostsession.ssh that return CommandExecutionCallbackHandler
protected  CommandExecutionCallbackHandler SshSudoHostSession.getInputResponseHandler(CommandExecutionCallbackHandler originalHandler, java.io.OutputStream remoteStdin, java.util.Map<java.lang.String,java.lang.String> inputResponse)
           
 

Methods in com.xebialabs.deployit.hostsession.ssh with parameters of type CommandExecutionCallbackHandler
 int SshSudoHostSession.execute(CommandExecutionCallbackHandler handler, java.util.Map<java.lang.String,java.lang.String> inputResponse, java.lang.String... commandLine)
           
protected  CommandExecutionCallbackHandler SshSudoHostSession.getInputResponseHandler(CommandExecutionCallbackHandler originalHandler, java.io.OutputStream remoteStdin, java.util.Map<java.lang.String,java.lang.String> inputResponse)
           
protected  int SshSudoHostSession.noSudoExecute(CommandExecutionCallbackHandler handler, java.lang.String... commandLine)
           
 

Constructors in com.xebialabs.deployit.hostsession.ssh with parameters of type CommandExecutionCallbackHandler
SshSudoPasswordPromptHandler(CommandExecutionCallbackHandler decoratedHandler, java.io.OutputStream remoteStdin, java.lang.String password)
           
 



Copyright © 2010. All Rights Reserved.