mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
11.47.2007 99e6c6ddc9dc220c6e95636bea67e9b2e5b4e0c8
refs
author matthew_swift <matthew_swift@localhost>
Monday, June 11, 2007 17:47 +0200
committer matthew_swift <matthew_swift@localhost>
Monday, June 11, 2007 17:47 +0200
commit99e6c6ddc9dc220c6e95636bea67e9b2e5b4e0c8
tree bd4d862bc92c72c8b3901e5bf3b062a048344c84 tree | zip | gz
parent f3c3486a4dc3b6b5afcbb34a0bad1b24ad443b64 view | diff
Add a CLI profile for defining CLI related annotations to managed object and property definitions. The CLI profile defines two annotations at the moment:

* the operand name which should be used in sub-command usage help to identify the names of managed objects being added, removed, modified, etc
* the list of properties which should be displayed by default in list-xxx sub-commands. For example, when listing connection handlers we can display a summary table that lists the "enabled", "listen-port", and "use-ssl" properties by default

Both of these annotations apply only to relation definitions. Existing relations have been updated to include these CLI annotations, although their content is subject to change if we decide that better operand names/default properties exist.

These annotations will be used in the forthcoming dsconfig CLI.
2 files added
5 files modified
546 ■■■■ changed files
opends/build.xml 7 ●●●●● diff | view | raw | blame | history
opends/resource/admin/admin-cli.xsd 68 ●●●●● diff | view | raw | blame | history
opends/resource/admin/cliMOProfile.xsl 82 ●●●●● diff | view | raw | blame | history
opends/resource/admin/example-plugin/build.xml 9 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml 123 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterSynchronizationProviderConfiguration.xml 71 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 186 ●●●● diff | view | raw | blame | history