org.olat.core.util.vfs.filters
Class VFSLeafFilter

java.lang.Object
  extended by org.olat.core.util.vfs.filters.VFSLeafFilter
All Implemented Interfaces:
VFSItemFilter

public class VFSLeafFilter
extends java.lang.Object
implements VFSItemFilter


Constructor Summary
VFSLeafFilter()
           
 
Method Summary
 boolean accept(VFSItem vfsItem)
          Return true if this item is accepted by this filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSLeafFilter

public VFSLeafFilter()
Method Detail

accept

public boolean accept(VFSItem vfsItem)
Description copied from interface: VFSItemFilter
Return true if this item is accepted by this filter.

Specified by:
accept in interface VFSItemFilter
Returns: