borland Packages Class Hierarchy jb.io Package
com.borland.jb.io.TraverseAction
Variables Methods
This interface is used internally by other com.borland classes. You should never use this interface directly.
public static final int ABORT_TRAVERSE = 3
This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int CONTINUE_TRAVERSE = 2
This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DIVE_TRAVERSE = 1
This variable is used internally by other com.borland classes. You should never use this variable directly.
public int onDirEntry(File file)
This method is used internally by other com.borland classes. You should never use this method directly.
public int onDirExit(File file, String[]fileList)
This method is used internally by other com.borland classes. You should never use this method directly.
public int onFile(File file)
This method is used internally by other com.borland classes. You should never use this method directly.