SMILA 1.0 API documentation

org.eclipse.smila.management.jmx.client.helpers
Class ConsoleArguments

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.helpers.ConsoleArguments

public final class ConsoleArguments
extends java.lang.Object

The Class ConsoleArguments.


Field Summary
static java.lang.String DEFAULT_CONFIG
          The Constant DEFAULT_CONFIG.
 
Method Summary
 java.lang.String getCmd()
          Gets the cmd.
 java.lang.String getConfiguration()
          Gets the configuration.
 java.lang.String getConnection()
          Gets the connection.
 java.lang.String[] getParameters()
          Gets the parameters.
static ConsoleArguments parse(java.lang.String[] args)
          Parses the.
 java.lang.String validate()
          Validate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIG

public static final java.lang.String DEFAULT_CONFIG
The Constant DEFAULT_CONFIG.

See Also:
Constant Field Values
Method Detail

getCmd

public java.lang.String getCmd()
Gets the cmd.

Returns:
the cmd

getParameters

public java.lang.String[] getParameters()
Gets the parameters.

Returns:
the parameters

getConnection

public java.lang.String getConnection()
Gets the connection.

Returns:
the connection

getConfiguration

public java.lang.String getConfiguration()
Gets the configuration.

Returns:
the configuration

parse

public static ConsoleArguments parse(java.lang.String[] args)
Parses the.

Parameters:
args - the args
Returns:
the console arguments

validate

public java.lang.String validate()
Validate.

Returns:
the string

SMILA 1.0 API documentation