Package org.apache.maven.index
Interface ArtifactInfoFilter
-
- All Known Implementing Classes:
AbstractMultiArtifactInfoFilter,AndMultiArtifactInfoFilter,UniqueArtifactFilterPostprocessor,UniqueGAArtifactFilterPostprocessor
public interface ArtifactInfoFilterArtifactInfoFilter is used to filter out components before they are handed over to searcher (and well before paging is implemented). One can use it for: permission-based filtering, collapsing result sets, etc.- See Also:
AndMultiArtifactInfoFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(IndexingContext ctx, ArtifactInfo ai)
-
-
-
Method Detail
-
accepts
boolean accepts(IndexingContext ctx, ArtifactInfo ai)
-
-