org.apache.maven.wagon
Interface CommandExecutor

All Superinterfaces:
Wagon
All Known Implementing Classes:
AbstractJschWagon, ScpCommandExecutor, ScpExternalCommandExecutor, ScpExternalWagon, ScpWagon, SftpWagon

public interface CommandExecutor
extends Wagon

Version:
$Id: CommandExecutor.java 573459 2007-09-07 05:14:49Z brett $
Author:
Brett Porter

Field Summary
static String ROLE
           
 
Fields inherited from interface org.apache.maven.wagon.Wagon
DEFAULT_CONNECTION_TIMEOUT, DEFAULT_READ_TIMEOUT
 
Method Summary
 void executeCommand(String command)
           
 Streams executeCommand(String command, boolean ignoreFailures)
           
 
Methods inherited from interface org.apache.maven.wagon.Wagon
addSessionListener, addTransferListener, connect, connect, connect, connect, connect, connect, disconnect, get, getFileList, getIfNewer, getReadTimeout, getRepository, getTimeout, hasSessionListener, hasTransferListener, isInteractive, openConnection, put, putDirectory, removeSessionListener, removeTransferListener, resourceExists, setInteractive, setReadTimeout, setTimeout, supportsDirectoryCopy
 

Field Detail

ROLE

static final String ROLE
Method Detail

executeCommand

void executeCommand(String command)
                    throws CommandExecutionException
Throws:
CommandExecutionException

executeCommand

Streams executeCommand(String command,
                       boolean ignoreFailures)
                       throws CommandExecutionException
Throws:
CommandExecutionException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.