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 equals(Object obj)
           
 int hashCode()
           
 boolean include(Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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