Uses of Class
org.apache.maven.lifecycle.internal.ProjectSegment
-
Packages that use ProjectSegment Package Description org.apache.maven.lifecycle.internal org.apache.maven.lifecycle.internal.builder.multithreaded -
-
Uses of ProjectSegment in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return ProjectSegment Modifier and Type Method Description ProjectSegmentProjectBuildList. findByMavenProject(MavenProject mavenProject)Finds the first ProjectSegment matching the supplied projectProjectSegmentProjectBuildList. get(int index)Methods in org.apache.maven.lifecycle.internal that return types with arguments of type ProjectSegment Modifier and Type Method Description java.util.Iterator<ProjectSegment>ProjectBuildList. iterator()java.util.Map<MavenProject,ProjectSegment>ProjectBuildList. selectSegment(TaskSegment taskSegment)Constructor parameters in org.apache.maven.lifecycle.internal with type arguments of type ProjectSegment Constructor Description ProjectBuildList(java.util.List<ProjectSegment> items) -
Uses of ProjectSegment in org.apache.maven.lifecycle.internal.builder.multithreaded
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectSegment Modifier and Type Method Description voidThreadOutputMuxer. associateThreadWithProjectSegment(ProjectSegment projectBuild)voidThreadOutputMuxer. setThisModuleComplete(ProjectSegment projectBuild)
-