org.apache.archiva.indexer.search
Class NoClassifierArtifactInfoFiler

java.lang.Object
  extended by org.apache.archiva.indexer.search.NoClassifierArtifactInfoFiler
All Implemented Interfaces:
ArtifactInfoFiler

public class NoClassifierArtifactInfoFiler
extends Object
implements ArtifactInfoFiler

Author:
Olivier Lamy

Field Summary
static NoClassifierArtifactInfoFiler INSTANCE
           
static List<? extends ArtifactInfoFiler> LIST
           
 
Constructor Summary
NoClassifierArtifactInfoFiler()
           
 
Method Summary
 boolean addArtifactInResult(org.apache.maven.index.ArtifactInfo artifact, Map<String,SearchResultHit> currentResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoClassifierArtifactInfoFiler INSTANCE

LIST

public static final List<? extends ArtifactInfoFiler> LIST
Constructor Detail

NoClassifierArtifactInfoFiler

public NoClassifierArtifactInfoFiler()
Method Detail

addArtifactInResult

public boolean addArtifactInResult(org.apache.maven.index.ArtifactInfo artifact,
                                   Map<String,SearchResultHit> currentResult)
Specified by:
addArtifactInResult in interface ArtifactInfoFiler


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.