org.jext.console
Class ConsoleListDir

java.lang.Object
  extended byorg.jext.console.ConsoleListDir

public class ConsoleListDir
extends java.lang.Object

A ls function for Java Shell. Adapted to Jext.

Version:
1.9.4
Author:
Romain Guy

Constructor Summary
ConsoleListDir()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleListDir

public ConsoleListDir()
Method Detail

list

public static void list(Console cparent,
                        java.lang.String args)
Exec the equivalent of system's 'ls' or 'dir' command.

Parameters:
cparent - Console which executed the command
args - The command arguments

help

public static void help()
Display command help in the console.



Copyright ? 2002 Romain Guy.