org.apache.maven.wagon
Interface CommandExecutor
- All Superinterfaces:
- Wagon
public interface CommandExecutor
- extends Wagon
- Version:
- $Id: CommandExecutor.java 477260 2006-11-20 17:11:39Z brett $
- Author:
- Brett Porter
Field Summary |
static java.lang.String |
ROLE
|
Methods inherited from interface org.apache.maven.wagon.Wagon |
addSessionListener, addTransferListener, connect, connect, connect, connect, disconnect, get, getFileList, getIfNewer, getRepository, hasSessionListener, hasTransferListener, isInteractive, openConnection, put, putDirectory, removeSessionListener, removeTransferListener, resourceExists, setInteractive, supportsDirectoryCopy |
ROLE
static final java.lang.String ROLE
executeCommand
void executeCommand(java.lang.String command)
throws CommandExecutionException
- Throws:
CommandExecutionException
executeCommand
Streams executeCommand(java.lang.String command,
boolean ignoreFailures)
throws CommandExecutionException
- Throws:
CommandExecutionException