| java.lang.Object |
| ↳ |
com.davidluoye.support.command.CommandExecute |
Known Direct Subclasses
|
Class Overview
A convenient class to map command to values.
Summary
| Fields |
|
protected
final
String |
mArgsLineString |
Input commands string line, this should be always to log with waring or error. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
protected
final
String
mArgsLineString
Input commands string line, this should be always to log with waring or error.
Public Constructors
public
CommandExecute
(String[] args)
Public Methods
public
final
String
getCurrentArg
()
public
final
String
getCurrentCmd
()
public
final
String
getNextArg
()
public
final
String
getNextCmd
()