Package org.apache.maven.index
Class UniqueGAArtifactFilterPostprocessor
- java.lang.Object
-
- org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
-
- All Implemented Interfaces:
ArtifactInfoFilter
public class UniqueGAArtifactFilterPostprocessor extends java.lang.Object implements ArtifactInfoFilter
Deprecated.UseUniqueArtifactFilterPostprocessorinstead.A special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version. There is a switch to make the Indexer-wide unique by ignoring repositories too.- Author:
- cstamas
-
-
Constructor Summary
Constructors Constructor Description UniqueGAArtifactFilterPostprocessor(boolean repositoriesIgnored)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccepts(IndexingContext ctx, ArtifactInfo ai)Deprecated.voidpostprocess(IndexingContext ctx, ArtifactInfo ai)Deprecated.
-
-
-
Method Detail
-
accepts
public boolean accepts(IndexingContext ctx, ArtifactInfo ai)
Deprecated.- Specified by:
acceptsin interfaceArtifactInfoFilter
-
postprocess
public void postprocess(IndexingContext ctx, ArtifactInfo ai)
Deprecated.
-
-