com.tivoli.pd.rgy.util
Class RgyConfig

java.lang.Object
  extended by com.tivoli.pd.rgy.util.RgyConfig

public class RgyConfig
extends java.lang.Object

Provides command line administrative operations on the configuration properties file for the com.tivoli.pd.rgy API.


Field Summary
static java.lang.String LDAP_MGMT_VERSION
           
static java.lang.String LDAP_MGMT_VERSION_VALUE
           
 
Constructor Summary
RgyConfig()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String parseArgsRunCommand(java.lang.String[] args)
          Runs the command specified in the args.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LDAP_MGMT_VERSION

public static final java.lang.String LDAP_MGMT_VERSION
See Also:
Constant Field Values

LDAP_MGMT_VERSION_VALUE

public static final java.lang.String LDAP_MGMT_VERSION_VALUE
See Also:
Constant Field Values
Constructor Detail

RgyConfig

public RgyConfig()
Method Detail

parseArgsRunCommand

public static java.lang.String parseArgsRunCommand(java.lang.String[] args)
Runs the command specified in the args.

Parameters:
args - command to run with it's relevant arguments.
Returns:
String containing output from command or null if none.
Throws:
java.lang.IllegalArgumentException - if the the command fails.

main

public static void main(java.lang.String[] args)