atg.vfs
Interface VirtualFilenameFilter


public interface VirtualFilenameFilter


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 boolean accept(VirtualFile dir, java.lang.String name)
          Tests if a specified file should be included in a file list.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

accept

boolean accept(VirtualFile dir,
               java.lang.String name)
Tests if a specified file should be included in a file list.

Parameters:
dir - the directory in which the file was found.
name - the name of the file.
Returns:
true if the name should be included in the file list; false otherwise.