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 642024 2008-03-27 23:30:59Z jdcasey $
- Author:
- Jason van Zyl
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(ArtifactRepository localRepository,
Settings settings,
EventDispatcher eventDispatcher,
java.util.List goals,
java.lang.String baseDirectory,
ProfileManager globalProfileManager,
java.util.Properties executionProperties,
java.util.Properties userProperties,
boolean showErrors)
getSettings
public 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 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(EventMonitor monitor)
- Specified by:
addEventMonitor
in interface MavenExecutionRequest
getEventDispatcher
public 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 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
getUserProperties
public java.util.Properties getUserProperties()
- Specified by:
getUserProperties
in interface MavenExecutionRequest
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.