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

All Known Implementing Classes:
DestFileFilter, MarkerFileFilter, ResolveFileFilter

public interface ArtifactItemFilter

Author:
brianf

Method Summary
 boolean okToProcess(ArtifactItem item)
           
 

Method Detail

okToProcess

boolean okToProcess(ArtifactItem item)
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


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