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

java.lang.Object
  extended by org.apache.maven.artifact.resolver.filter.TypeArtifactFilter
All Implemented Interfaces:
ArtifactFilter

public class TypeArtifactFilter
extends Object
implements ArtifactFilter

Artifact Filter which filters on artifact type


Constructor Summary
TypeArtifactFilter(String type)
           
 
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

TypeArtifactFilter

public TypeArtifactFilter(String type)
Method Detail

include

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


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