dk.apaq.vfs
Interface NodeFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
AndFilter, DirectoryFilter, FileFilter, HiddenFilter, NotHiddenFilter, OrFilter

public interface NodeFilter
extends Serializable

Author:
mzk

Method Summary
 boolean accept(Node node)
          Called to check if the filter accepts the node.
 

Method Detail

accept

boolean accept(Node node)
Called to check if the filter accepts the node.

Parameters:
node - The node to perform the check on.
Returns:
True/False wether the filter accepts it or not.


Copyright © 2011. All Rights Reserved.