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

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

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


Constructor Summary
AllFilter()
           
 
Method Summary
 boolean accept(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFilter

public AllFilter()
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.