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

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

public class VFSContainerFilter
extends java.lang.Object
implements VFSItemFilter


Constructor Summary
VFSContainerFilter()
           
 
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

VFSContainerFilter

public VFSContainerFilter()
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: