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
           
 
Method Summary
 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, disconnect, get, getFileList, getIfNewer, getRepository, hasSessionListener, hasTransferListener, isInteractive, openConnection, put, putDirectory, removeSessionListener, removeTransferListener, resourceExists, 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

executeCommand

public Streams executeCommand(java.lang.String command,
                              boolean ignoreFailures)
                       throws CommandExecutionException
Throws:
CommandExecutionException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.