Package | Description |
---|---|
com.kabira.test.management |
Management Test Support classes
|
Modifier and Type | Method and Description |
---|---|
void |
Client.Configuration.activate()
Activate the current configuration.
|
void |
Client.Configuration.deactivate()
Deactivate the current configuration.
|
java.lang.String[] |
Client.Configuration.display()
Display the current Configuration.
|
java.lang.String[] |
Client.Configuration.export()
Export the current configuration.
|
java.lang.String |
Client.Configuration.getName()
Get the name of the currently-loaded configuration.
|
ConfigurationState |
Client.Configuration.getState()
Get the state of the currently-loaded configuration.
|
java.lang.String |
Client.Configuration.getType()
Get the type of the currently-loaded configuration.
|
java.lang.String |
Client.Configuration.getVersion()
Get the version of the currently-loaded configuration.
|
void |
Client.Configuration.load()
Load configuration data.
|
void |
Client.Configuration.remove()
Remove the current configuration.
|
java.lang.String[] |
Client.runCommand(java.lang.String command,
java.lang.String target,
java.util.HashMap<java.lang.String,java.lang.String> parameters)
Execute an administration command.
|