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

All Known Implementing Classes:
DestFileFilter, MarkerFileFilter, ResolveFileFilter

public interface ArtifactItemFilter

Version:
$Id: ArtifactItemFilter.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Brian Fox

Method Summary
 boolean isArtifactIncluded(ArtifactItem item)
           
 

Method Detail

isArtifactIncluded

boolean isArtifactIncluded(ArtifactItem item)
                           throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException


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