org.apache.maven.lifecycle.internal
Class ProjectIndex
java.lang.Object
  
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.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProjectIndex
public ProjectIndex(List<MavenProject> projects)
getProjects
public Map<String,MavenProject> getProjects()
 
getIndices
public Map<String,Integer> getIndices()
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.