Uses of Interface
org.apache.maven.index.ArtifactInfoFilter

Packages that use ArtifactInfoFilter
org.apache.maven.index   
org.apache.maven.index.treeview   
 

Uses of ArtifactInfoFilter in org.apache.maven.index
 

Classes in org.apache.maven.index that implement ArtifactInfoFilter
 class AbstractMultiArtifactInfoFilter
          An abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.
 class AndMultiArtifactInfoFilter
          This is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if one rejects, results is reject).
 class UniqueArtifactFilterPostprocessor
          A special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version.
 class UniqueGAArtifactFilterPostprocessor
          Deprecated. Use UniqueArtifactFilterPostprocessor instead.
 

Methods in org.apache.maven.index that return ArtifactInfoFilter
 ArtifactInfoFilter AbstractSearchRequest.getArtifactInfoFilter()
           
 

Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoFilter
 List<ArtifactInfoFilter> AbstractMultiArtifactInfoFilter.getFilters()
          Returns an unmodifiable list of filters.
 

Methods in org.apache.maven.index with parameters of type ArtifactInfoFilter
 void AbstractSearchRequest.setArtifactInfoFilter(ArtifactInfoFilter artifactInfoFilter)
           
 

Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoFilter
protected  boolean AndMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)
           
protected abstract  boolean AbstractMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)
          It is left to final implementor to implement how we want to decide using filters.
 

Constructors in org.apache.maven.index with parameters of type ArtifactInfoFilter
IteratorSearchRequest(org.apache.lucene.search.Query query, ArtifactInfoFilter filter)
           
IteratorSearchRequest(org.apache.lucene.search.Query query, List<IndexingContext> contexts, ArtifactInfoFilter filter)
           
 

Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoFilter
AbstractMultiArtifactInfoFilter(List<ArtifactInfoFilter> filters)
           
AndMultiArtifactInfoFilter(List<ArtifactInfoFilter> filters)
           
 

Uses of ArtifactInfoFilter in org.apache.maven.index.treeview
 

Methods in org.apache.maven.index.treeview that return ArtifactInfoFilter
 ArtifactInfoFilter TreeViewRequest.getArtifactInfoFilter()
           
 

Constructors in org.apache.maven.index.treeview with parameters of type ArtifactInfoFilter
TreeViewRequest(TreeNodeFactory factory, String path, Map<Field,String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
           
 



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