Package org.apache.maven.wagon
Interface CommandExecutor
- All Superinterfaces:
Wagon
- Author:
- Brett Porter
-
Field Summary
FieldsFields inherited from interface org.apache.maven.wagon.Wagon
DEFAULT_CONNECTION_TIMEOUT, DEFAULT_READ_TIMEOUT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeCommand
(String command) 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 Details
-
ROLE
-
-
Method Details
-
executeCommand
- Throws:
CommandExecutionException
-
executeCommand
- Throws:
CommandExecutionException
-