org.olat.core.util.vfs.filters
Interface VFSItemFilter

All Known Implementing Classes:
ScormAssessmentManager.XMLFilter, ScormExportManager.XMLFilter, VFSContainerFilter, VFSItemCompositeFilter, VFSItemExcludePrefixFilter, VFSItemFileTypeFilter, VFSItemSuffixFilter, VFSLeafFilter

public interface VFSItemFilter


Method Summary
 boolean accept(VFSItem vfsItem)
          Return true if this item is accepted by this filter.
 

Method Detail

accept

boolean accept(VFSItem vfsItem)
Return true if this item is accepted by this filter.

Parameters:
vfsItem -
Returns: