wyvern.kernel.commands
Class PythonWizCommands

java.lang.Object
  extended bywyvern.kernel.commands.PythonWizCommands

public class PythonWizCommands
extends java.lang.Object

Handles loading any wiz commands implemented in Jython.

Version:
1.0, Dec 03, 2003
Author:
Steve Yegge

Constructor Summary
PythonWizCommands()
           
 
Method Summary
static void addCommands(CommandList owner)
           
static void main(java.lang.String[] args)
           
static void reloadProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonWizCommands

public PythonWizCommands()
Method Detail

reloadProps

public static void reloadProps()

addCommands

public static void addCommands(CommandList owner)

main

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