org.apache.maven.index
Interface Grouping

All Known Implementing Classes:
AbstractGrouping, GAGrouping, GAVGrouping, GGrouping, RGAVGrouping, RGGrouping

public interface Grouping

A grouping criteria for grouped searches.

Author:
Tamas Cservenak
See Also:
NexusIndexer.searchGrouped(GroupedSearchRequest)

Method Summary
 boolean addArtifactInfo(Map<String,ArtifactInfoGroup> result, ArtifactInfo artifactInfo)
          Adds a single ArticatInfo to the result map.
 

Method Detail

addArtifactInfo

boolean addArtifactInfo(Map<String,ArtifactInfoGroup> result,
                        ArtifactInfo artifactInfo)
Adds a single ArticatInfo to the result map.

Parameters:
result -
artifactInfo -
Returns:
true, if the Grouping changed by addition of new artifactInfo


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