Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface DiskFilter { // Fields 6 public static final int IGNORE_ALIASES; public static final int IGNORE_FILES; public static final int IGNORE_FOLDERS; public static final int IGNORE_HIDDEN; public static final int IGNORE_NAME_LOCKED; public static final String copyrightString; // Methods 1 public abstract boolean visit(DiskObject); }
An object of this class is passed to the iterate() method of objects which implement the DiskObject interface. See that method for more information.
Cross Reference |
Fields |
· copyrightString | Summary | Top |
public static final String copyrightString
· IGNORE_HIDDEN | Summary | Top |
public static final int IGNORE_HIDDEN
Mask indicating this object does not want to see hidden files.
· IGNORE_FOLDERS | Summary | Top |
public static final int IGNORE_FOLDERS
Mask indicating this object does not want to see folders.
· IGNORE_FILES | Summary | Top |
public static final int IGNORE_FILES
Mask indicating this object does not want to see any files.
· IGNORE_ALIASES | Summary | Top |
public static final int IGNORE_ALIASES
Mask indicating this object does not want to see aliases.
· IGNORE_NAME_LOCKED | Summary | Top |
public static final int IGNORE_NAME_LOCKED
Mask indicating this object does not want to see objects with locked names.
Methods |
· visit | Summary | Top |
public abstract boolean visit(DiskObject diskObj)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7