org.apache.maven.shared.release.exec
Class AbstractMavenExecutorTest.AbstractMavenExecutorSpy

java.lang.Object
  extended by org.apache.maven.shared.release.exec.AbstractMavenExecutor
      extended by org.apache.maven.shared.release.exec.AbstractMavenExecutorTest.AbstractMavenExecutorSpy
All Implemented Interfaces:
MavenExecutor, org.codehaus.plexus.logging.LogEnabled
Enclosing class:
AbstractMavenExecutorTest

protected class AbstractMavenExecutorTest.AbstractMavenExecutorSpy
extends AbstractMavenExecutor


Field Summary
 
Fields inherited from interface org.apache.maven.shared.release.exec.MavenExecutor
ROLE
 
Constructor Summary
protected AbstractMavenExecutorTest.AbstractMavenExecutorSpy()
           
 
Method Summary
protected  void executeGoals(File workingDirectory, List<String> goals, ReleaseEnvironment releaseEnvironment, boolean interactive, String additionalArguments, String pomFileName, ReleaseResult result)
           
 
Methods inherited from class org.apache.maven.shared.release.exec.AbstractMavenExecutor
enableLogging, executeGoals, executeGoals, executeGoals, executeGoals, getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMavenExecutorTest.AbstractMavenExecutorSpy

protected AbstractMavenExecutorTest.AbstractMavenExecutorSpy()
Method Detail

executeGoals

protected void executeGoals(File workingDirectory,
                            List<String> goals,
                            ReleaseEnvironment releaseEnvironment,
                            boolean interactive,
                            String additionalArguments,
                            String pomFileName,
                            ReleaseResult result)
                     throws MavenExecutorException
Specified by:
executeGoals in class AbstractMavenExecutor
Throws:
MavenExecutorException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.