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

kenneth_suter
23.46.2007 dc0cff95d5c42511ca2957b7c8469831983d7e2e
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
commitdc0cff95d5c42511ca2957b7c8469831983d7e2e
tree 65544c3faeec06f3fd8a8e20f5750683415c3e67 tree | zip | gz
parent 955ff30d741348bff5c5e9f2015fcbd87448a587 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
opends/src/messages/messages/tools.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/BackUpDB.java 302 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ImportLDIF.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/RestoreDB.java 115 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskSchedulingClient.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskTool.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/args/BooleanArgument.java 31 ●●●● diff | view | raw | blame | history