Public Member Functions | |
| DirectoriesOnlyFilter (boolean useVisibilityFlag) | |
| If flag==false, we match directories of either visibility (we don't check the flag). | |
| DirectoriesOnlyFilter (Visibility v) | |
| Will accept only directories that match the Visibility flag. | |
| boolean | accept (File f) |
| Tests whether we will accept this file or not. | |
Definition at line 19 of file DirectoriesOnlyFilter.java.
| DirectoriesOnlyFilter | ( | boolean | useVisibilityFlag | ) |
If flag==false, we match directories of either visibility (we don't check the flag).
| useVisibilityFlag |
Definition at line 36 of file DirectoriesOnlyFilter.java.
Will accept only directories that match the Visibility flag.
| v |
Definition at line 45 of file DirectoriesOnlyFilter.java.
| boolean accept | ( | File | f | ) |
Tests whether we will accept this file or not.
Definition at line 54 of file DirectoriesOnlyFilter.java.
1.4.7