Uses of Class
org.apache.maven.lifecycle.internal.ProjectSegment
Packages that use ProjectSegment
Package
Description
-
Uses of ProjectSegment in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal with type parameters of type ProjectSegmentMethods in org.apache.maven.lifecycle.internal that return ProjectSegmentModifier and TypeMethodDescriptionProjectBuildList.findByMavenProject(MavenProject mavenProject) Finds the first ProjectSegment matching the supplied projectProjectBuildList.get(int index) Methods in org.apache.maven.lifecycle.internal that return types with arguments of type ProjectSegmentModifier and TypeMethodDescriptionProjectBuildList.iterator()ProjectBuildList.selectSegment(TaskSegment taskSegment) Constructor parameters in org.apache.maven.lifecycle.internal with type arguments of type ProjectSegment -
Uses of ProjectSegment in org.apache.maven.lifecycle.internal.builder.multithreaded
Fields in org.apache.maven.lifecycle.internal.builder.multithreaded declared as ProjectSegmentFields in org.apache.maven.lifecycle.internal.builder.multithreaded with type parameters of type ProjectSegmentModifier and TypeFieldDescriptionprivate final Set<ProjectSegment> ThreadOutputMuxer.completedBuildsprivate final Map<ProjectSegment, PrintStream> ThreadOutputMuxer.printStreamsprivate final ThreadLocal<ProjectSegment> ThreadOutputMuxer.projectBuildThreadLocalprivate final Iterator<ProjectSegment> ThreadOutputMuxer.projectsprivate final Map<ProjectSegment, ByteArrayOutputStream> ThreadOutputMuxer.streamsMethods in org.apache.maven.lifecycle.internal.builder.multithreaded that return types with arguments of type ProjectSegmentModifier and TypeMethodDescriptionprivate Callable<ProjectSegment> MultiThreadedBuilder.createBuildCallable(MavenSession rootSession, ProjectSegment projectBuild, ReactorContext reactorContext, TaskSegment taskSegment, ThreadOutputMuxer muxer, Set<String> duplicateArtifactIds) Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectSegmentModifier and TypeMethodDescriptionvoidThreadOutputMuxer.associateThreadWithProjectSegment(ProjectSegment projectBuild) private Callable<ProjectSegment> MultiThreadedBuilder.createBuildCallable(MavenSession rootSession, ProjectSegment projectBuild, ReactorContext reactorContext, TaskSegment taskSegment, ThreadOutputMuxer muxer, Set<String> duplicateArtifactIds) private booleanThreadOutputMuxer.ownsRealOutputStream(ProjectSegment projectBuild) voidThreadOutputMuxer.setThisModuleComplete(ProjectSegment projectBuild) Method parameters in org.apache.maven.lifecycle.internal.builder.multithreaded with type arguments of type ProjectSegmentModifier and TypeMethodDescriptionprivate voidMultiThreadedBuilder.multiThreadedProjectTaskSegmentBuild(ConcurrencyDependencyGraph analyzer, ReactorContext reactorContext, MavenSession rootSession, CompletionService<ProjectSegment> service, TaskSegment taskSegment, Map<MavenProject, ProjectSegment> projectBuildList, ThreadOutputMuxer muxer) private voidMultiThreadedBuilder.multiThreadedProjectTaskSegmentBuild(ConcurrencyDependencyGraph analyzer, ReactorContext reactorContext, MavenSession rootSession, CompletionService<ProjectSegment> service, TaskSegment taskSegment, Map<MavenProject, ProjectSegment> projectBuildList, ThreadOutputMuxer muxer)