Class ReactorContext
java.lang.Object
org.apache.maven.lifecycle.internal.ReactorContext
Context that is fixed for the entire reactor build.
- Since:
 - 3.0 NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
 
- 
Constructor Summary
ConstructorsConstructorDescriptionReactorContext(MavenExecutionResult result, ProjectIndex projectIndex, ClassLoader originalContextClassLoader, ReactorBuildStatus reactorBuildStatus)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
ReactorContext
public ReactorContext(MavenExecutionResult result, ProjectIndex projectIndex, ClassLoader originalContextClassLoader, ReactorBuildStatus reactorBuildStatus)  
 - 
 - 
Method Details
- 
getReactorBuildStatus
 - 
getResult
 - 
getProjectIndex
 - 
getOriginalContextClassLoader
 
 -