org.apache.maven.plugin.dependency.utils.filters
Interface ArtifactsFilter

All Known Implementing Classes:
AbstractArtifactFeatureFilter, AbstractArtifactsFilter, ArtifactIdFilter, ClassifierFilter, DestFileFilter, GroupIdFilter, MarkerFileFilter, ResolveFileFilter, ScopeFilter, TransitivityFilter, TypeFilter

public interface ArtifactsFilter

Version:
$Id: ArtifactsFilter.java 552528 2007-07-02 16:12:47Z markh $
Author:
Brian Fox

Method Summary
 java.util.Set filter(java.util.Set artifacts, org.apache.maven.plugin.logging.Log log)
           
 boolean okToProcess(org.apache.maven.artifact.Artifact artifact, org.apache.maven.plugin.logging.Log log)
           
 

Method Detail

filter

java.util.Set filter(java.util.Set artifacts,
                     org.apache.maven.plugin.logging.Log log)
                     throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

okToProcess

boolean okToProcess(org.apache.maven.artifact.Artifact artifact,
                    org.apache.maven.plugin.logging.Log log)
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


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