Uses of Class
org.apache.maven.lifecycle.internal.ProjectIndex
-
Packages that use ProjectIndex Package Description org.apache.maven.lifecycle.internal -
-
Uses of ProjectIndex in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal declared as ProjectIndex Modifier and Type Field Description private ProjectIndex
ReactorContext. projectIndex
Methods in org.apache.maven.lifecycle.internal that return ProjectIndex Modifier and Type Method Description ProjectIndex
ReactorContext. getProjectIndex()
Methods in org.apache.maven.lifecycle.internal with parameters of type ProjectIndex Modifier and Type Method Description void
MojoExecutor. execute(MavenSession session, java.util.List<MojoExecution> mojoExecutions, ProjectIndex projectIndex)
private void
MojoExecutor. execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext)
void
MojoExecutor. execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext, PhaseRecorder phaseRecorder)
java.util.List<MavenProject>
MojoExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex)
Constructors in org.apache.maven.lifecycle.internal with parameters of type ProjectIndex Constructor Description ReactorContext(MavenExecutionResult result, ProjectIndex projectIndex, java.lang.ClassLoader originalContextClassLoader, ReactorBuildStatus reactorBuildStatus, SessionScope.Memento sessionScope)
-