ucar.unidata.util
Interface IOUtil.FileViewer

Enclosing class:
IOUtil

public static interface IOUtil.FileViewer

FileViewer is used to walk dir trees

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Field Summary
static int DO_CONTINUE
          return action
static int DO_DONTRECURSE
          return action
static int DO_STOP
          return action
 
Method Summary
 int viewFile(File f)
          View this file.
 

Field Detail

DO_CONTINUE

static final int DO_CONTINUE
return action

See Also:
Constant Field Values

DO_DONTRECURSE

static final int DO_DONTRECURSE
return action

See Also:
Constant Field Values

DO_STOP

static final int DO_STOP
return action

See Also:
Constant Field Values
Method Detail

viewFile

int viewFile(File f)
             throws Exception
View this file.

Parameters:
f - file
Returns:
One of the return actions
Throws:
Exception - on badness