org.apache.maven.wagon.providers.ssh
Interface SshCommandExecutor

All Superinterfaces:
org.apache.maven.wagon.Wagon

public interface SshCommandExecutor
extends org.apache.maven.wagon.Wagon

Version:
$Id: SshCommandExecutor.java 312572 2005-10-10 07:17:58Z brett $
Author:
Michal Maczka

Nested Class Summary
 
Nested classes inherited from class org.apache.maven.wagon.Wagon
 
Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void executeCommand(java.lang.String command)
           
 
Methods inherited from interface org.apache.maven.wagon.Wagon
addSessionListener, addTransferListener, connect, connect, connect, connect, disconnect, get, getIfNewer, getRepository, hasSessionListener, hasTransferListener, isInteractive, openConnection, put, putDirectory, removeSessionListener, removeTransferListener, setInteractive, supportsDirectoryCopy
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

executeCommand

public void executeCommand(java.lang.String command)
                    throws CommandExecutionException
Throws:
CommandExecutionException