fr.jayasoft.ivy.filter
Class NoFilter

java.lang.Object
  extended byfr.jayasoft.ivy.filter.NoFilter
All Implemented Interfaces:
Filter

class NoFilter
extends java.lang.Object
implements Filter


Constructor Summary
(package private) NoFilter()
           
 
Method Summary
 boolean accept(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoFilter

NoFilter()
Method Detail

accept

public boolean accept(java.lang.Object o)
Specified by:
accept in interface Filter