org.apache.maven.artifact.resolver.filter
Class IncludesArtifactFilter

java.lang.Object
  extended by org.apache.maven.artifact.resolver.filter.IncludesArtifactFilter
All Implemented Interfaces:
ArtifactFilter
Direct Known Subclasses:
ExcludesArtifactFilter

public class IncludesArtifactFilter
extends java.lang.Object
implements ArtifactFilter

Filter to include from a list of artifact patterns.

Version:
$Id: IncludesArtifactFilter.java 659116 2008-05-22 14:20:14Z jvanzyl $
Author:
Brett Porter

Constructor Summary
IncludesArtifactFilter(java.util.List<java.lang.String> patterns)
           
 
Method Summary
 boolean include(Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludesArtifactFilter

public IncludesArtifactFilter(java.util.List<java.lang.String> patterns)
Method Detail

include

public boolean include(Artifact artifact)
Specified by:
include in interface ArtifactFilter


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