Uses of Interface
org.apache.maven.index.ArtifactInfoFilter
Packages that use ArtifactInfoFilter
-
Uses of ArtifactInfoFilter in org.apache.maven.index
Classes in org.apache.maven.index that implement ArtifactInfoFilterModifier and TypeClassDescriptionclassAn abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.classThis is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if one rejects, results is reject).classA special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version.classDeprecated.Methods in org.apache.maven.index that return ArtifactInfoFilterMethods in org.apache.maven.index that return types with arguments of type ArtifactInfoFilterModifier and TypeMethodDescriptionAbstractMultiArtifactInfoFilter.getFilters()Returns an unmodifiable list of filters.Methods in org.apache.maven.index with parameters of type ArtifactInfoFilterModifier and TypeMethodDescriptionvoidAbstractSearchRequest.setArtifactInfoFilter(ArtifactInfoFilter artifactInfoFilter) Method parameters in org.apache.maven.index with type arguments of type ArtifactInfoFilterModifier and TypeMethodDescriptionprotected abstract booleanAbstractMultiArtifactInfoFilter.accepts(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(List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai) Constructors in org.apache.maven.index with parameters of type ArtifactInfoFilterModifierConstructorDescriptionIteratorSearchRequest(org.apache.lucene.search.Query query, 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 -
Uses of ArtifactInfoFilter in org.apache.maven.index.treeview
Methods in org.apache.maven.index.treeview that return ArtifactInfoFilterConstructors in org.apache.maven.index.treeview with parameters of type ArtifactInfoFilterModifierConstructorDescriptionTreeViewRequest(TreeNodeFactory factory, String path, Map<Field, String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
UniqueArtifactFilterPostprocessorinstead.