com.novell.zos.dataGrid
Interface GridFileFilter


public interface GridFileFilter

Filter for accepting/rejecting file names in a directory list.

Filtering is done by fully qualified GridFile objects representing the files and directories contained directly under the parent.


Method Summary
 boolean accept(GridFile file)
          Returns true if file is to be included.
 

Method Detail

accept

boolean accept(GridFile file)
Returns true if file is to be included.

file is always a GridFile object referencing a fully qualified path which happens to exist under dir.

Parameters:
file - The fully qualified abstract path to check.
Returns:
true if file is to be included.


Copyright 2008 Novell, Inc. All Rights Reserved.