org.apache.maven.index.search.grouping
Class GAGrouping

java.lang.Object
  extended by org.apache.maven.index.search.grouping.AbstractGrouping
      extended by org.apache.maven.index.search.grouping.GAGrouping
All Implemented Interfaces:
Grouping

public class GAGrouping
extends AbstractGrouping

A GroupId : ArtifactId Grouping implementation.

Author:
Tamas Cservenak

Constructor Summary
GAGrouping()
           
GAGrouping(Comparator<ArtifactInfo> comparator)
           
 
Method Summary
protected  String getGroupKey(ArtifactInfo artifactInfo)
           
 
Methods inherited from class org.apache.maven.index.search.grouping.AbstractGrouping
addArtifactInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GAGrouping

public GAGrouping()

GAGrouping

public GAGrouping(Comparator<ArtifactInfo> comparator)
Method Detail

getGroupKey

protected String getGroupKey(ArtifactInfo artifactInfo)
Specified by:
getGroupKey in class AbstractGrouping


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.