Class ProjectIndex


  • public final class ProjectIndex
    extends java.lang.Object

    Provides the positional index of the project

    NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
    Since:
    3.0
    Author:
    Benjamin Bentmann, Kristian Rosenvold (extracted class only)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Integer> getIndices()  
      java.util.Map<java.lang.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​(java.util.List<MavenProject> projects)
    • Method Detail

      • getProjects

        public java.util.Map<java.lang.String,​MavenProject> getProjects()
      • getIndices

        public java.util.Map<java.lang.String,​java.lang.Integer> getIndices()