org.apache.maven.index
Class UniqueGAArtifactFilterPostprocessor

java.lang.Object
  extended by org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
All Implemented Interfaces:
ArtifactInfoFilter

Deprecated. Use UniqueArtifactFilterPostprocessor instead.

public class UniqueGAArtifactFilterPostprocessor
extends Object
implements ArtifactInfoFilter

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
UniqueGAArtifactFilterPostprocessor(boolean repositoriesIgnored)
          Deprecated.  
 
Method Summary
 boolean accepts(IndexingContext ctx, ArtifactInfo ai)
          Deprecated.  
 void postprocess(IndexingContext ctx, ArtifactInfo ai)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueGAArtifactFilterPostprocessor

public UniqueGAArtifactFilterPostprocessor(boolean repositoriesIgnored)
Deprecated. 
Method Detail

accepts

public boolean accepts(IndexingContext ctx,
                       ArtifactInfo ai)
Deprecated. 
Specified by:
accepts in interface ArtifactInfoFilter

postprocess

public void postprocess(IndexingContext ctx,
                        ArtifactInfo ai)
Deprecated. 


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