com.tivoli.pd.rgy.util
Class RgyConfig
java.lang.Object
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.
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 |
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
RgyConfig
public RgyConfig()
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)