org.apache.maven.plugin.dependency.utils.filters
Class AbstractArtifactsFilter

java.lang.Object
  extended by org.apache.maven.plugin.dependency.utils.filters.AbstractArtifactsFilter
All Implemented Interfaces:
ArtifactsFilter
Direct Known Subclasses:
AbstractArtifactFeatureFilter, DestFileFilter, MarkerFileFilter, ScopeFilter, TransitivityFilter

public abstract class AbstractArtifactsFilter
extends java.lang.Object
implements ArtifactsFilter


Constructor Summary
AbstractArtifactsFilter()
           
 
Method Summary
 boolean okToProcess(org.apache.maven.artifact.Artifact artifact, org.apache.maven.plugin.logging.Log log)
           
 
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.plugin.dependency.utils.filters.ArtifactsFilter
filter
 

Constructor Detail

AbstractArtifactsFilter

public AbstractArtifactsFilter()
Method Detail

okToProcess

public boolean okToProcess(org.apache.maven.artifact.Artifact artifact,
                           org.apache.maven.plugin.logging.Log log)
                    throws org.apache.maven.plugin.MojoExecutionException
Specified by:
okToProcess in interface ArtifactsFilter
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.