org.apache.maven.execution
Class DefaultMavenExecutionRequest
java.lang.Object
org.apache.maven.execution.DefaultMavenExecutionRequest
- All Implemented Interfaces:
- MavenExecutionRequest
public class DefaultMavenExecutionRequest
- extends java.lang.Object
- implements MavenExecutionRequest
- Version:
- $Id: DefaultMavenExecutionRequest.java 495147 2007-01-11 07:47:53Z jvanzyl $
- Author:
- Jason van Zyl
Constructor Summary |
DefaultMavenExecutionRequest(org.apache.maven.artifact.repository.ArtifactRepository localRepository,
org.apache.maven.settings.Settings settings,
org.apache.maven.monitor.event.EventDispatcher eventDispatcher,
java.util.List goals,
java.lang.String baseDirectory,
org.apache.maven.profiles.ProfileManager globalProfileManager,
java.util.Properties executionProperties,
boolean showErrors)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
protected MavenSession session
DefaultMavenExecutionRequest
public DefaultMavenExecutionRequest(org.apache.maven.artifact.repository.ArtifactRepository localRepository,
org.apache.maven.settings.Settings settings,
org.apache.maven.monitor.event.EventDispatcher eventDispatcher,
java.util.List goals,
java.lang.String baseDirectory,
org.apache.maven.profiles.ProfileManager globalProfileManager,
java.util.Properties executionProperties,
boolean showErrors)
getSettings
public org.apache.maven.settings.Settings getSettings()
- Specified by:
getSettings
in interface MavenExecutionRequest
getBaseDirectory
public java.lang.String getBaseDirectory()
- Specified by:
getBaseDirectory
in interface MavenExecutionRequest
isRecursive
public boolean isRecursive()
- Specified by:
isRecursive
in interface MavenExecutionRequest
setRecursive
public void setRecursive(boolean recursive)
- Specified by:
setRecursive
in interface MavenExecutionRequest
getLocalRepository
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
- Specified by:
getLocalRepository
in interface MavenExecutionRequest
getGoals
public java.util.List getGoals()
- Specified by:
getGoals
in interface MavenExecutionRequest
getExecutionProperties
public java.util.Properties getExecutionProperties()
- Specified by:
getExecutionProperties
in interface MavenExecutionRequest
getSession
public MavenSession getSession()
- Specified by:
getSession
in interface MavenExecutionRequest
setSession
public void setSession(MavenSession session)
- Specified by:
setSession
in interface MavenExecutionRequest
addEventMonitor
public void addEventMonitor(org.apache.maven.monitor.event.EventMonitor monitor)
- Specified by:
addEventMonitor
in interface MavenExecutionRequest
getEventDispatcher
public org.apache.maven.monitor.event.EventDispatcher getEventDispatcher()
- Specified by:
getEventDispatcher
in interface MavenExecutionRequest
setReactorActive
public void setReactorActive(boolean reactorActive)
- Specified by:
setReactorActive
in interface MavenExecutionRequest
isReactorActive
public boolean isReactorActive()
- Specified by:
isReactorActive
in interface MavenExecutionRequest
setPomFile
public void setPomFile(java.lang.String pomFilename)
- Specified by:
setPomFile
in interface MavenExecutionRequest
getPomFile
public java.lang.String getPomFile()
- Specified by:
getPomFile
in interface MavenExecutionRequest
setFailureBehavior
public void setFailureBehavior(java.lang.String failureBehavior)
- Specified by:
setFailureBehavior
in interface MavenExecutionRequest
getFailureBehavior
public java.lang.String getFailureBehavior()
- Specified by:
getFailureBehavior
in interface MavenExecutionRequest
getGlobalProfileManager
public org.apache.maven.profiles.ProfileManager getGlobalProfileManager()
- Specified by:
getGlobalProfileManager
in interface MavenExecutionRequest
getStartTime
public java.util.Date getStartTime()
- Specified by:
getStartTime
in interface MavenExecutionRequest
isShowErrors
public boolean isShowErrors()
- Specified by:
isShowErrors
in interface MavenExecutionRequest
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.