java com.baan.owtools.ccf.AdminConsole
-type BusComponent | BusComponentCategory | Logging | AdapterClient | XMLConnector | SOAPConnector
-action list | view | add | delete | update
[-id <id>] | [-machine <machine>] [-user <user>] [-application <application>] | [-current]
[-set <property>=<value>] [-defaulting]
[-login <username> -password <password>]
| list: | List all configuration for the specified type. No further options are required. |
| view: | View one configuration for the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current. |
| add: | Add a new configuration for the specified type. You must specify either -id, or a combination of -machine, -user and -application. The configuration will be created with default property values. |
| delete: | Delete a configuration of the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current. |
| update: | Update a configuration of the specified type. To define the configuration you must specify either -id, or a combination of -machine, -user and -application or -current. The -set option is required to define the change to be made. It is only possible to change one property at the time. |