org.apache.maven.lifecycle.internal
Class ReactorContext
java.lang.Object
org.apache.maven.lifecycle.internal.ReactorContext
public class ReactorContext
- extends Object
Context that is fixed for the entire reactor build.
- Since:
- 3.0
- Author:
- Jason van Zyl, Kristian Rosenvold
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReactorContext
public ReactorContext(MavenExecutionResult result,
ProjectIndex projectIndex,
ClassLoader originalContextClassLoader,
ReactorBuildStatus reactorBuildStatus)
getReactorBuildStatus
public ReactorBuildStatus getReactorBuildStatus()
getResult
public MavenExecutionResult getResult()
getProjectIndex
public ProjectIndex getProjectIndex()
getOriginalContextClassLoader
public ClassLoader getOriginalContextClassLoader()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.