org.apache.maven.execution
Class DefaultMavenExecutionResult
java.lang.Object
org.apache.maven.execution.DefaultMavenExecutionResult
- All Implemented Interfaces:
- MavenExecutionResult
public class DefaultMavenExecutionResult
- extends java.lang.Object
- implements MavenExecutionResult
- Author:
- Jason van Zyl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMavenExecutionResult
public DefaultMavenExecutionResult()
setProject
public MavenExecutionResult setProject(MavenProject project)
- Specified by:
setProject in interface MavenExecutionResult
getProject
public MavenProject getProject()
- Specified by:
getProject in interface MavenExecutionResult
setTopologicallySortedProjects
public MavenExecutionResult setTopologicallySortedProjects(java.util.List topologicallySortedProjects)
- Specified by:
setTopologicallySortedProjects in interface MavenExecutionResult
getTopologicallySortedProjects
public java.util.List getTopologicallySortedProjects()
- Specified by:
getTopologicallySortedProjects in interface MavenExecutionResult
getArtifactResolutionResult
public ArtifactResolutionResult getArtifactResolutionResult()
- Specified by:
getArtifactResolutionResult in interface MavenExecutionResult
setArtifactResolutionResult
public MavenExecutionResult setArtifactResolutionResult(ArtifactResolutionResult artifactResolutionResult)
- Specified by:
setArtifactResolutionResult in interface MavenExecutionResult
getExceptions
public java.util.List getExceptions()
- Specified by:
getExceptions in interface MavenExecutionResult
addException
public MavenExecutionResult addException(java.lang.Throwable t)
- Specified by:
addException in interface MavenExecutionResult
hasExceptions
public boolean hasExceptions()
- Specified by:
hasExceptions in interface MavenExecutionResult
getReactorManager
public ReactorManager getReactorManager()
- Specified by:
getReactorManager in interface MavenExecutionResult
setReactorManager
public MavenExecutionResult setReactorManager(ReactorManager reactorManager)
- Specified by:
setReactorManager in interface MavenExecutionResult
getBuildPlan
public BuildPlan getBuildPlan(java.lang.String projectId)
- Specified by:
getBuildPlan in interface MavenExecutionResult
getBuildPlan
public BuildPlan getBuildPlan(MavenProject project)
- Specified by:
getBuildPlan in interface MavenExecutionResult
setBuildPlans
public void setBuildPlans(java.util.Map buildPlans)
- Specified by:
setBuildPlans in interface MavenExecutionResult
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.