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.

Variable Index

 o copyrightString
 o kIgnoreAliases
Mask indicating this object does not want to see aliases.
 o kIgnoreFiles
Mask indicating this object does not want to see any files.
 o kIgnoreFolders
Mask indicating this object does not want to see folders.
 o kIgnoreHidden
Mask indicating this object does not want to see hidden files.
 o kIgnoreNameLocked
Mask indicating this object does not want to see objects with locked names.

Method Index

 o visit(DiskObject)

Variables

 o copyrightString
  public final static String copyrightString
 o kIgnoreHidden
  public final static int kIgnoreHidden
Mask indicating this object does not want to see hidden files.
 o kIgnoreFolders
  public final static int kIgnoreFolders
Mask indicating this object does not want to see folders.
 o kIgnoreFiles
  public final static int kIgnoreFiles
Mask indicating this object does not want to see any files.
 o kIgnoreAliases
  public final static int kIgnoreAliases
Mask indicating this object does not want to see aliases.
 o kIgnoreNameLocked
  public final static int kIgnoreNameLocked
Mask indicating this object does not want to see objects with locked names.

Methods

 o visit
  public abstract boolean visit(DiskObject diskObj)

All Packages  Class Hierarchy  This Package  Previous  Next  Index