akka.jmx
Class Client.CommandParse

java.lang.Object
  extended by akka.jmx.Client.CommandParse
Enclosing class:
Client

protected class Client.CommandParse
extends java.lang.Object

Class that parses commandline arguments. Expected format is 'operationName=arg0,arg1,arg2...'. We are assuming no spaces nor comma's in argument values.


Constructor Summary
protected Client.CommandParse(java.lang.String command)
           
 
Method Summary
protected  java.lang.String[] getArgs()
           
protected  java.lang.String getCmd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client.CommandParse

protected Client.CommandParse(java.lang.String command)
                       throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

getCmd

protected java.lang.String getCmd()

getArgs

protected java.lang.String[] getArgs()