Uses of Class
org.apache.maven.index.ArtifactInfoGroup

Packages that use ArtifactInfoGroup
org.apache.maven.index   
org.apache.maven.index.search.grouping   
 

Uses of ArtifactInfoGroup in org.apache.maven.index
 

Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoGroup
 Map<String,ArtifactInfoGroup> GroupedSearchResponse.getResults()
           
 

Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroup
 boolean Grouping.addArtifactInfo(Map<String,ArtifactInfoGroup> result, ArtifactInfo artifactInfo)
          Adds a single ArticatInfo to the result map.
protected  int DefaultSearchEngine.searchGrouped(GroupedSearchRequest req, Map<String,ArtifactInfoGroup> result, Grouping grouping, List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query)
           
 

Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoGroup
GroupedSearchResponse(org.apache.lucene.search.Query query, int totalHits, Map<String,ArtifactInfoGroup> results)
           
 

Uses of ArtifactInfoGroup in org.apache.maven.index.search.grouping
 

Method parameters in org.apache.maven.index.search.grouping with type arguments of type ArtifactInfoGroup
 boolean AbstractGrouping.addArtifactInfo(Map<String,ArtifactInfoGroup> result, ArtifactInfo artifactInfo)
           
 



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