Explorer.GlobFilter.accept Method
Performs the glob filter test.
Syntax
public boolean accept(
java.io.File dir,
String name
);
Parameters
- dir
- The directory containing the file.
- name
- The name of the file.
Return Value
True if name matches the glob pattern.
See Also
Explorer.GlobFilter Class | ndoclet.demo Package