org.apache.maven.lifecycle.internal
Class BuildListCalculator

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.BuildListCalculator

@Component(role=BuildListCalculator.class)
public class BuildListCalculator
extends Object

Since:
3.0
Author:
Kristian Rosenvold This class is not part of any public api and can be changed or deleted without prior notice.

Constructor Summary
BuildListCalculator()
           
 
Method Summary
 ProjectBuildList calculateProjectBuilds(MavenSession session, List<TaskSegment> taskSegments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildListCalculator

public BuildListCalculator()
Method Detail

calculateProjectBuilds

public ProjectBuildList calculateProjectBuilds(MavenSession session,
                                               List<TaskSegment> taskSegments)


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.