The CommandProcessor class represents a mechanism for defining a set of commands and parsing command-line input into defined units. You can use this class to define and parse a command-line interface of your own. You can also use this class to define agent commands. After you have defined and implemented these commands, your user interface then uses the SystemAgent.ExecuteCmd method, which uses an instance of this class to parse the command input for further processing.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.