org.apache.maven.execution
public interface MavenExecutionRequest
Version: $Id: MavenExecutionRequest.java 320797 2005-10-13 16:36:54Z brett $
| 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() |
| 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) |