Uses of Interface
org.apache.maven.index.ArtifactInfoFilter
-
Packages that use ArtifactInfoFilter Package Description 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 Modifier and Type Class Description classAbstractMultiArtifactInfoFilterAn abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.classAndMultiArtifactInfoFilterThis is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if one rejects, results is reject).classUniqueArtifactFilterPostprocessorA special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version.classUniqueGAArtifactFilterPostprocessorDeprecated.UseUniqueArtifactFilterPostprocessorinstead.Fields in org.apache.maven.index declared as ArtifactInfoFilter Modifier and Type Field Description private ArtifactInfoFilterAbstractSearchRequest. artifactInfoFilterThe filter to be used while executing the search request.private ArtifactInfoFilterDefaultIteratorResultSet. filterFields in org.apache.maven.index with type parameters of type ArtifactInfoFilter Modifier and Type Field Description private java.util.List<ArtifactInfoFilter>AbstractMultiArtifactInfoFilter. filtersMethods in org.apache.maven.index that return ArtifactInfoFilter Modifier and Type Method Description ArtifactInfoFilterAbstractSearchRequest. getArtifactInfoFilter()Methods in org.apache.maven.index that return types with arguments of type ArtifactInfoFilter Modifier and Type Method Description java.util.List<ArtifactInfoFilter>AbstractMultiArtifactInfoFilter. getFilters()Returns an unmodifiable list of filters.Methods in org.apache.maven.index with parameters of type ArtifactInfoFilter Modifier and Type Method Description voidAbstractSearchRequest. setArtifactInfoFilter(ArtifactInfoFilter artifactInfoFilter)Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoFilter Modifier and Type Method Description protected abstract booleanAbstractMultiArtifactInfoFilter. accepts(java.util.List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)It is left to final implementor to implement how we want to decide using filters.protected booleanAndMultiArtifactInfoFilter. accepts(java.util.List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)Constructors in org.apache.maven.index with parameters of type ArtifactInfoFilter Constructor Description IteratorSearchRequest(org.apache.lucene.search.Query query, java.util.List<IndexingContext> contexts, ArtifactInfoFilter filter)IteratorSearchRequest(org.apache.lucene.search.Query query, ArtifactInfoFilter filter)Constructor parameters in org.apache.maven.index with type arguments of type ArtifactInfoFilter Constructor Description AbstractMultiArtifactInfoFilter(java.util.List<ArtifactInfoFilter> filters)AndMultiArtifactInfoFilter(java.util.List<ArtifactInfoFilter> filters) -
Uses of ArtifactInfoFilter in org.apache.maven.index.treeview
Fields in org.apache.maven.index.treeview declared as ArtifactInfoFilter Modifier and Type Field Description private ArtifactInfoFilterTreeViewRequest. artifactInfoFilterMethods in org.apache.maven.index.treeview that return ArtifactInfoFilter Modifier and Type Method Description ArtifactInfoFilterTreeViewRequest. getArtifactInfoFilter()Constructors in org.apache.maven.index.treeview with parameters of type ArtifactInfoFilter Constructor Description TreeViewRequest(TreeNodeFactory factory, java.lang.String path, java.util.Map<Field,java.lang.String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
-