org.apache.archiva.metadata.repository.filter
Class ExcludesFilter<T>

java.lang.Object
  extended by org.apache.archiva.metadata.repository.filter.ExcludesFilter<T>
All Implemented Interfaces:
Filter<T>

public class ExcludesFilter<T>
extends Object
implements Filter<T>


Field Summary
private  Collection<T> excludes
           
 
Constructor Summary
ExcludesFilter(Collection<T> excludes)
           
 
Method Summary
 boolean accept(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

excludes

private Collection<T> excludes
Constructor Detail

ExcludesFilter

public ExcludesFilter(Collection<T> excludes)
Method Detail

accept

public boolean accept(T value)
Specified by:
accept in interface Filter<T>


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.