org.apache.maven.lifecycle.internal
Class ProjectIndex

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

public final class ProjectIndex
extends Object

Provides the positional index of the project

Since:
3.0
Author:
Benjamin Bentmann, Kristian Rosenvold (extracted class only)

NOTE: This class is not part of any public api and can be changed or deleted without prior notice.


Constructor Summary
ProjectIndex(List<MavenProject> projects)
           
 
Method Summary
 Map<String,Integer> getIndices()
           
 Map<String,MavenProject> getProjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectIndex

public ProjectIndex(List<MavenProject> projects)
Method Detail

getProjects

public Map<String,MavenProject> getProjects()

getIndices

public Map<String,Integer> getIndices()


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.