jbet.cmd
Class regencode

java.lang.Object
  extended by jbet.cmd.regencode
All Implemented Interfaces:
Command

public class regencode
extends java.lang.Object
implements Command


Constructor Summary
regencode()
           
 
Method Summary
 int helplevel()
           
 java.lang.String longhelp()
           
 void run(Lexer lexer)
           
 java.lang.String shorthelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

regencode

public regencode()
Method Detail

helplevel

public int helplevel()
Specified by:
helplevel in interface Command

shorthelp

public java.lang.String shorthelp()
Specified by:
shorthelp in interface Command

longhelp

public java.lang.String longhelp()
Specified by:
longhelp in interface Command

run

public void run(Lexer lexer)
         throws java.lang.Exception
Specified by:
run in interface Command
Throws:
java.lang.Exception