Package org.apache.maven.wagon
Interface CommandExecutor
-
- All Superinterfaces:
Wagon
public interface CommandExecutor extends Wagon
- Author:
- Brett Porter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Fields inherited from interface org.apache.maven.wagon.Wagon
DEFAULT_CONNECTION_TIMEOUT, DEFAULT_READ_TIMEOUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeCommand(java.lang.String command)
Streams
executeCommand(java.lang.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
-
-
-
-
Method Detail
-
executeCommand
void executeCommand(java.lang.String command) throws CommandExecutionException
- Throws:
CommandExecutionException
-
executeCommand
Streams executeCommand(java.lang.String command, boolean ignoreFailures) throws CommandExecutionException
- Throws:
CommandExecutionException
-
-