eu.xtreemos.xconsole.blocks
Class ExtParsedCommand

java.lang.Object
  extended by eu.xtreemos.xosd.client.ParsedCommand
      extended by 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
 
Constructor Summary
ExtParsedCommand(java.lang.String fullCommand)
           
ExtParsedCommand(java.lang.String[] params)
           
 
Method Summary
 java.lang.String getXcmd()
           
 java.lang.String toString()
           
 
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
 

Field Detail

xcmd

protected java.lang.String xcmd
Constructor Detail

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
Method Detail

getXcmd

public java.lang.String getXcmd()

toString

public java.lang.String toString()
Overrides:
toString in class eu.xtreemos.xosd.client.ParsedCommand