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

All Known Implementing Classes:
DestFileFilter, MarkerFileFilter, ResolveFileFilter

public interface ArtifactItemFilter

Version:
$Id: ArtifactItemFilter.java 1032021 2010-11-06 12:21:39Z 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-2011 The Apache Software Foundation. All Rights Reserved.