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.UseUniqueArtifactFilterPostprocessor
instead.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.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.lang.String>
gas
Deprecated.private boolean
repositoriesIgnored
Deprecated.private static java.lang.String
VERSION_LATEST
Deprecated.
-
Constructor Summary
Constructors Constructor Description UniqueGAArtifactFilterPostprocessor(boolean repositoriesIgnored)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
accepts(IndexingContext ctx, ArtifactInfo ai)
Deprecated.void
postprocess(IndexingContext ctx, ArtifactInfo ai)
Deprecated.
-
-
-
Field Detail
-
VERSION_LATEST
private static final java.lang.String VERSION_LATEST
Deprecated.- See Also:
- Constant Field Values
-
repositoriesIgnored
private final boolean repositoriesIgnored
Deprecated.
-
gas
private final java.util.Set<java.lang.String> gas
Deprecated.
-
-
Method Detail
-
accepts
public boolean accepts(IndexingContext ctx, ArtifactInfo ai)
Deprecated.- Specified by:
accepts
in interfaceArtifactInfoFilter
-
postprocess
public void postprocess(IndexingContext ctx, ArtifactInfo ai)
Deprecated.
-
-