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

All Known Implementing Classes:
DestFileFilter, MarkerFileFilter, ResolveFileFilter

public interface ArtifactItemFilter

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

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.