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

kenneth_suter
23.46.2007 a7f45460c31c7340310aa65c99574c7c1e0e2059
refs
author kenneth_suter <kenneth_suter@localhost>
Thursday, August 23, 2007 19:46 +0200
committer kenneth_suter <kenneth_suter@localhost>
Thursday, August 23, 2007 19:46 +0200
commita7f45460c31c7340310aa65c99574c7c1e0e2059
tree 042632777400f4a045e357f41d2acd51324315af tree | zip | gz
parent a174b4999027c1dfa1f08c9797d60fed39f5d875 view | diff
Expands the interfaces of backup and restore with arguments for specifying an LDAP connection that can be used to schedule these operations as tasks in addition to the current behavior of operating locally.

- In order to add the LDAP connection arguments I changed the short identifier for the -h/--hash argument of back up to be -A

- BooleanArgument was changed to have an implicit value equal to that of the value of isPresent() and a default value of "false".

- Scheduling an ImportLDIF task now respects the quiet argument and does not print a confirmation message if present.
7 files modified
492 ■■■■ changed files
opendj-sdk/opends/src/messages/messages/tools.properties 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/BackUpDB.java 302 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java 7 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/RestoreDB.java 115 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/tasks/TaskSchedulingClient.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/tasks/TaskTool.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/args/BooleanArgument.java 31 ●●●● diff | view | raw | blame | history