org.xnap.cmdl
Class CommandHelper

java.lang.Object
  extended by org.xnap.cmdl.CommandHelper

public class CommandHelper
extends java.lang.Object

Provides a set of common commands and static helper methods.


Constructor Summary
CommandHelper()
           
 
Method Summary
static void init()
          Adds some default commands to the Executer.
static void printFile(java.lang.String filename, Console console)
          Prints filename to console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHelper

public CommandHelper()
Method Detail

init

public static void init()
Adds some default commands to the Executer.


printFile

public static void printFile(java.lang.String filename,
                             Console console)
Prints filename to console.



Copyright © 2001-2005 XNap Team. All Rights Reserved.