All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----NET.shudo.moba.place.Command
protected static Dictionary commandTable
protected static Vector commandVector
public void init(CommandShell sh, PrintStream out, boolean debug)
public void init(CommandShell sh, PrintStream out)
public static Command getInstance()
public static Method get(String cmd)
protected void error(String msg)
public void list(String args[])
public void write(String args[])
public void read(String args[])
public void stopall(String args[])
public void suspend(String args[])
public void resume(String args[])
public Vector stop(String args[])
public Vector start(String args[])
public void move(String args[]) throws UnknownHostException, NoSuchThreadException, CannotMoveThreadException
public void fork(String args[])
public void name(String args[])
public void property(String args[])
public void run(String args[])
public void halt(String args[])
public void quit(String args[])
public void help(String args[])
All Packages Class Hierarchy This Package Previous Next Index