Class GAVGrouping
- java.lang.Object
-
- org.apache.maven.index.search.grouping.AbstractGrouping
-
- org.apache.maven.index.search.grouping.GAVGrouping
-
- All Implemented Interfaces:
Grouping
public class GAVGrouping extends AbstractGrouping
A GroupId : ArtifactId : Version grouping implementation.
-
-
Constructor Summary
Constructors Constructor Description GAVGrouping()
GAVGrouping(java.util.Comparator<ArtifactInfo> comparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getGroupKey(ArtifactInfo artifactInfo)
-
Methods inherited from class org.apache.maven.index.search.grouping.AbstractGrouping
addArtifactInfo
-
-
-
-
Constructor Detail
-
GAVGrouping
public GAVGrouping()
-
GAVGrouping
public GAVGrouping(java.util.Comparator<ArtifactInfo> comparator)
-
-
Method Detail
-
getGroupKey
protected java.lang.String getGroupKey(ArtifactInfo artifactInfo)
- Specified by:
getGroupKey
in classAbstractGrouping
-
-