borland Packages  Class Hierarchy  jb.io Package 

TraverseAction interface

com.borland.jb.io.TraverseAction

About the TraverseAction interface

Variables  Methods  

This interface is used internally by other com.borland classes. You should never use this interface directly.


TraverseAction variables

Variables defined in this interface

TraverseAction methods

Methods defined in this interface


TraverseAction variables

ABORT_TRAVERSE

  public static final int ABORT_TRAVERSE = 3

This variable is used internally by other com.borland classes. You should never use this variable directly.

CONTINUE_TRAVERSE

  public static final int CONTINUE_TRAVERSE = 2

This variable is used internally by other com.borland classes. You should never use this variable directly.

DIVE_TRAVERSE

  public static final int DIVE_TRAVERSE = 1

This variable is used internally by other com.borland classes. You should never use this variable directly.


TraverseAction methods

onDirEntry(java.io.File)

  public int onDirEntry(File file)

This method is used internally by other com.borland classes. You should never use this method directly.

onDirExit(java.io.File, java.lang.String[])

  public int onDirExit(File file, String[]fileList)

This method is used internally by other com.borland classes. You should never use this method directly.

onFile(java.io.File)

  public int onFile(File file)

This method is used internally by other com.borland classes. You should never use this method directly.