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

neil_a_wilson
10.30.2007 7b09f76c7501f692657385025ccb10be5d974c7a
refs
author neil_a_wilson <neil_a_wilson@localhost>
Tuesday, July 10, 2007 22:30 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Tuesday, July 10, 2007 22:30 +0200
commit7b09f76c7501f692657385025ccb10be5d974c7a
tree 7c229e68565f34ca4a1e07e811aa50b2ac2baeea tree | zip | gz
parent a49fddd9025c3d3f7ed25d917ff9c55d37f08878 view | diff
Update all of the tools provided with OpenDS to ensure that they are easier
to invoke programmatically. This includes:

- Providing an alternate static method that returns an integer value and
doesn't use System.exit

- Making sure that method provides the ability to control whether the server
should be initialized (not necessary for all types of tools)

- Making sure that method provides the ability to specify alternate output and
error streams.

OpenDS Issue Number: 987
14 files modified
1230 ■■■■■ changed files
opends/src/server/org/opends/server/loggers/TextWriter.java 53 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/BackUpDB.java 80 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ExportLDIF.java 77 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ImportLDIF.java 87 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFDiff.java 58 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFModify.java 59 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFSearch.java 77 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/RebuildIndex.java 295 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/RestoreDB.java 89 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/VerifyIndex.java 297 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ImportLDIFTestCase.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDIFDiffTestCase.java 30 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDIFSearchTestCase.java 8 ●●●● diff | view | raw | blame | history