public class ConsoleListDir
extends java.lang.Object
Constructor and Description |
---|
ConsoleListDir() |
Modifier and Type | Method and Description |
---|---|
static void |
help()
Display command help in the console.
|
static void |
list(Console cparent,
java.lang.String args)
Exec the equivalent of system's 'ls' or 'dir' command.
|
public static void list(Console cparent, java.lang.String args)
cparent
- Console which executed the commandargs
- The command argumentspublic static void help()
Copyright ? 2002 Romain Guy.