org.apache.maven.shared.artifact.filter.collection
Class AbstractArtifactsFilter

java.lang.Object
  extended by org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
All Implemented Interfaces:
ArtifactsFilter
Direct Known Subclasses:
AbstractArtifactFeatureFilter, ArtifactTransitivityFilter, ProjectTransitivityFilter, ScopeFilter

public abstract class AbstractArtifactsFilter
extends Object
implements ArtifactsFilter


Constructor Summary
AbstractArtifactsFilter()
           
 
Method Summary
 boolean isArtifactIncluded(Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
filter
 

Constructor Detail

AbstractArtifactsFilter

public AbstractArtifactsFilter()
Method Detail

isArtifactIncluded

public boolean isArtifactIncluded(Artifact artifact)
                           throws ArtifactFilterException
Specified by:
isArtifactIncluded in interface ArtifactsFilter
Throws:
ArtifactFilterException


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