Package org.apache.maven.index
Class UniqueGAArtifactFilterPostprocessor
java.lang.Object
org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
- All Implemented Interfaces:
ArtifactInfoFilter
@Deprecated
public class UniqueGAArtifactFilterPostprocessor
extends Object
implements ArtifactInfoFilter
Deprecated.
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
ConstructorsConstructorDescriptionUniqueGAArtifactFilterPostprocessor
(boolean repositoriesIgnored) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
accepts
(IndexingContext ctx, ArtifactInfo ai) Deprecated.void
postprocess
(IndexingContext ctx, ArtifactInfo ai) Deprecated.
-
Constructor Details
-
UniqueGAArtifactFilterPostprocessor
public UniqueGAArtifactFilterPostprocessor(boolean repositoriesIgnored) Deprecated.
-
-
Method Details
-
accepts
Deprecated.- Specified by:
accepts
in interfaceArtifactInfoFilter
-
postprocess
Deprecated.
-
UniqueArtifactFilterPostprocessor
instead.