eu.xtreemos.xconsole.blocks
Class ExtParsedCommand
java.lang.Object
eu.xtreemos.xosd.client.ParsedCommand
eu.xtreemos.xconsole.blocks.ExtParsedCommand
- All Implemented Interfaces:
- java.io.Serializable
public class ExtParsedCommand
- extends eu.xtreemos.xosd.client.ParsedCommand
the new xconsole operates with strings defined by
annotators, enumerator is not needed anymore
(or at least in the initial version).
- Author:
- uros
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
xcmd
|
Fields inherited from class eu.xtreemos.xosd.client.ParsedCommand |
command, flags, params |
Methods inherited from class eu.xtreemos.xosd.client.ParsedCommand |
getCommand, getFlagCount, getFlagValue, getParams, numParam, setParams |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xcmd
protected java.lang.String xcmd
ExtParsedCommand
public ExtParsedCommand(java.lang.String fullCommand)
throws java.lang.Exception
- Throws:
java.lang.Exception
ExtParsedCommand
public ExtParsedCommand(java.lang.String[] params)
throws java.lang.Exception
- Throws:
java.lang.Exception
getXcmd
public java.lang.String getXcmd()
toString
public java.lang.String toString()
- Overrides:
toString
in class eu.xtreemos.xosd.client.ParsedCommand