tribble.util
Class DirList

java.lang.Object
  extended by tribble.util.DirList

public class DirList
extends java.lang.Object

List the entries in a directory.

Since:
2001-10-23
Version:
$Revision: 1.2 $ $Date: 2003/02/11 03:34:58 $
Author:
David R. Tribble, david@tribble.com
Copyright ©2001 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.

Field Summary
static short RC_OKAY
          Exit status: Successful.
 
Constructor Summary
DirList()
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Driver method.
 int run(java.lang.String[] args)
          Driver method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC_OKAY

public static final short RC_OKAY
Exit status: Successful.

See Also:
Constant Field Values
Constructor Detail

DirList

public DirList()
Constructor.

Since:
1.1, 2001-10-23
Method Detail

main

public static void main(java.lang.String[] args)
Driver method.

Parameters:
args - The command line arguments.
Since:
1.1, 2001-10-23

run

public int run(java.lang.String[] args)
Driver method.

Parameters:
args - The command line arguments.
Returns:
One of the RC_XXX constants.
Since:
1.1, 2001-10-23