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

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

public class RGAVGrouping
extends AbstractGrouping

A Repository : GroupId : ArtifactId : Version Grouping implementation.

Author:
Tamas Cservenak

Constructor Summary
RGAVGrouping()
           
RGAVGrouping(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

RGAVGrouping

public RGAVGrouping()

RGAVGrouping

public RGAVGrouping(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.