org.apache.maven.index
Interface ArtifactInfoFilter

All Known Implementing Classes:
AbstractMultiArtifactInfoFilter, AndMultiArtifactInfoFilter, UniqueArtifactFilterPostprocessor, UniqueGAArtifactFilterPostprocessor

public interface ArtifactInfoFilter

ArtifactInfoFilter 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.

Author:
cstamas
See Also:
AndMultiArtifactInfoFilter

Method Summary
 boolean accepts(IndexingContext ctx, ArtifactInfo ai)
           
 

Method Detail

accepts

boolean accepts(IndexingContext ctx,
                ArtifactInfo ai)


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