javalightserver.cmd
Class CmdPool
java.lang.Object
javalightserver.cmd.CmdPool
public class CmdPool
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmdPool
public CmdPool(boolean case_sensitive)
CmdPool
public CmdPool()
addCmd
public void addCmd(CmdHandler cmd)
helpTable
public java.lang.String helpTable()
execCmd
public java.lang.String execCmd(java.lang.String mnemonic,
java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseCommands
public java.lang.String[] parseCommands(java.lang.String buffer)
throws java.lang.Exception
- Throws:
java.lang.Exception