org.apache.ivy.util.filter
Class FilterHelper

java.lang.Object
  extended by org.apache.ivy.util.filter.FilterHelper

public class FilterHelper
extends java.lang.Object


Field Summary
static Filter NO_FILTER
           
 
Constructor Summary
FilterHelper()
           
 
Method Summary
static java.util.Collection filter(java.util.Collection col, Filter filter)
          we could have used commons-collections facility for this...
static Filter getArtifactTypeFilter(java.lang.String types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FILTER

public static Filter NO_FILTER
Constructor Detail

FilterHelper

public FilterHelper()
Method Detail

getArtifactTypeFilter

public static Filter getArtifactTypeFilter(java.lang.String types)

filter

public static java.util.Collection filter(java.util.Collection col,
                                          Filter filter)
we could have used commons-collections facility for this... if we accepted to add dependencies on third party jars

Parameters:
col -
filter -
Returns: