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

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

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


Field Summary
private  Collection<T> includes
           
 
Constructor Summary
IncludesFilter(Collection<T> includes)
           
 
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

includes

private Collection<T> includes
Constructor Detail

IncludesFilter

public IncludesFilter(Collection<T> includes)
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.