org.apache.maven.ant.tasks.support
Class TypesArtifactFilter

java.lang.Object
  extended by org.apache.maven.ant.tasks.support.TypesArtifactFilter
All Implemented Interfaces:
ArtifactFilter

public class TypesArtifactFilter
extends Object
implements ArtifactFilter

Artifact Filter which filters on artifact types.


Constructor Summary
TypesArtifactFilter(String types)
          Accepts a comma separated list of types
 
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

TypesArtifactFilter

public TypesArtifactFilter(String types)
Accepts a comma separated list of types

Parameters:
types -
Method Detail

include

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


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