Uses of Class
org.apache.maven.lifecycle.internal.ProjectIndex
Packages that use ProjectIndex
-
Uses of ProjectIndex in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return ProjectIndexMethods in org.apache.maven.lifecycle.internal with parameters of type ProjectIndexModifier and TypeMethodDescriptionvoidMojoExecutor.execute(MavenSession session, List<MojoExecution> mojoExecutions, ProjectIndex projectIndex) voidMojoExecutor.execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext, PhaseRecorder phaseRecorder) MojoExecutor.executeForkedExecutions(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex) Constructors in org.apache.maven.lifecycle.internal with parameters of type ProjectIndexModifierConstructorDescriptionReactorContext(MavenExecutionResult result, ProjectIndex projectIndex, ClassLoader originalContextClassLoader, ReactorBuildStatus reactorBuildStatus, SessionScope.Memento sessionScope)