|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.cmdl.Executer
public class Executer
This class is thread safe.
Method Summary | |
---|---|
static void |
add(Command command)
Adds command. |
static void |
add(Command[] commands)
|
static Command |
getCommand(java.lang.String command)
|
static Command[] |
getCommands()
|
static Completer |
getCompleter()
Returns the default completer. |
static boolean |
parse(java.lang.String args,
Console console)
|
static void |
remove(Command command)
|
static void |
remove(Command[] commands)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Completer getCompleter()
public static void add(Command command)
public static void add(Command[] commands)
public static Command getCommand(java.lang.String command)
public static Command[] getCommands()
public static boolean parse(java.lang.String args, Console console)
public static void remove(Command command)
public static void remove(Command[] commands)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |