Interface COM.tolstoy.jconfig.DiskFilter
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.tolstoy.jconfig.DiskFilter
- public interface DiskFilter
- extends Object
An object of this class is passed to the iterate() method of objects which implement the
DiskObject interface. See that method for more information.
-
copyrightString
-
-
kIgnoreAliases
- Mask indicating this object does not want to see aliases.
-
kIgnoreFiles
- Mask indicating this object does not want to see any files.
-
kIgnoreFolders
- Mask indicating this object does not want to see folders.
-
kIgnoreHidden
- Mask indicating this object does not want to see hidden files.
-
kIgnoreNameLocked
- Mask indicating this object does not want to see objects with locked names.
-
visit(DiskObject)
-
copyrightString
public final static String copyrightString
kIgnoreHidden
public final static int kIgnoreHidden
- Mask indicating this object does not want to see hidden files.
kIgnoreFolders
public final static int kIgnoreFolders
- Mask indicating this object does not want to see folders.
kIgnoreFiles
public final static int kIgnoreFiles
- Mask indicating this object does not want to see any files.
kIgnoreAliases
public final static int kIgnoreAliases
- Mask indicating this object does not want to see aliases.
kIgnoreNameLocked
public final static int kIgnoreNameLocked
- Mask indicating this object does not want to see objects with locked names.
visit
public abstract boolean visit(DiskObject diskObj)
All Packages Class Hierarchy This Package Previous Next Index