org.apache.maven.execution
Interface MavenExecutionRequest

All Known Implementing Classes:
DefaultMavenExecutionRequest

public interface MavenExecutionRequest

Version:
$Id: MavenExecutionRequest.java 688884 2008-08-25 21:11:19Z jdcasey $
Author:
Jason van Zyl

Method Summary
 void addEventMonitor(EventMonitor monitor)
           
 String getBaseDirectory()
           
 EventDispatcher getEventDispatcher()
           
 Properties getExecutionProperties()
           
 String getFailureBehavior()
           
 ProfileManager getGlobalProfileManager()
           
 List getGoals()
           
 ArtifactRepository getLocalRepository()
           
 String getPomFile()
           
 MavenSession getSession()
           
 Settings getSettings()
           
 Date getStartTime()
           
 Properties getUserProperties()
           
 boolean isReactorActive()
           
 boolean isRecursive()
           
 boolean isShowErrors()
           
 void setFailureBehavior(String failureBehavior)
           
 void setPomFile(String pomFile)
           
 void setReactorActive(boolean reactorActive)
           
 void setRecursive(boolean recursive)
           
 void setSession(MavenSession session)
           
 

Method Detail

getLocalRepository

ArtifactRepository getLocalRepository()

getGoals

List getGoals()

setSession

void setSession(MavenSession session)

getSession

MavenSession getSession()

addEventMonitor

void addEventMonitor(EventMonitor monitor)

getEventDispatcher

EventDispatcher getEventDispatcher()

getSettings

Settings getSettings()

getBaseDirectory

String getBaseDirectory()

setRecursive

void setRecursive(boolean recursive)

isRecursive

boolean isRecursive()

setReactorActive

void setReactorActive(boolean reactorActive)

isReactorActive

boolean isReactorActive()

setPomFile

void setPomFile(String pomFile)

getPomFile

String getPomFile()

setFailureBehavior

void setFailureBehavior(String failureBehavior)

getFailureBehavior

String getFailureBehavior()

getGlobalProfileManager

ProfileManager getGlobalProfileManager()

getExecutionProperties

Properties getExecutionProperties()

getUserProperties

Properties getUserProperties()

getStartTime

Date getStartTime()

isShowErrors

boolean isShowErrors()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.