27 Feb, 2014
1 commit
-
- Added CONFLICTING_ARGS to ReturnCode. - Added canWrite() to Utils + unit tests. - Replaced calls to org.opends.quicksetup.util.Utils.canWrite by com.forgerock.opendj.cli.Utils.canWrite. - Removed the TablePrinter classes from org.opends.server.util.table as they are now in the opendj-cli. - Minor code cleanup on DSConfig package. (reorganize imports). git-svn-id: https://svn.forgerock.org/opendj/trunk@10435 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Feb, 2014
1 commit
-
- Replaced some argument names by their long identifier.toLowerCase() (in CommonArguments ). - Replaced "trustAll" -> CommonArguments.getTrustAll() - Replaced "showUsage"/"help" -> CommonArguments.getShowUsage() - Renamed sslBlindTrust by trustAll in LDAPPasswordModify.java - Added OPTION_LONG_RESTART to ArgumentConstants. - Replaced "restart" string in StopDS.java by OPTION_LONG_RESTART. - Replaced argument declaration by CommonArguments.getRestart(). git-svn-id: https://svn.forgerock.org/opendj/trunk@10422 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Feb, 2014
3 commits
-
- Fixed build in SetupCli. Added message + replaced importLDIF to getLDIFFile. git-svn-id: https://svn.forgerock.org/opendj/trunk@10420 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added javadoc for arguments which share the same short ID. (TBC...) - added argument constants. git-svn-id: https://svn.forgerock.org/opendj/trunk@10418 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added javadoc for arguments which share the same short ID. (TBC...) - removed from ArgumentConstants 'description' / 'memberName' (unused). - Added to ArgumentConstants the OPTION_SHORT_CONTROL && OPTION_LONG_CONTROL. git-svn-id: https://svn.forgerock.org/opendj/trunk@10416 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Feb, 2014
1 commit
-
- Added messages. - Added common arguments. - Added constants. git-svn-id: https://svn.forgerock.org/opendj/trunk@10414 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Feb, 2014
1 commit
-
- Added messages. - Added common arguments. - Added constants. - Unit test : removed TODO. git-svn-id: https://svn.forgerock.org/opendj/trunk@10404 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Feb, 2014
1 commit
-
- Added methods to ConsoleApplication which are going to be used by the server. - Added APPLICATION_ERROR to ReturnCode. - Added methods to Utils (used by opendj3) git-svn-id: https://svn.forgerock.org/opendj/trunk@10397 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Feb, 2014
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10382 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added return codes. git-svn-id: https://svn.forgerock.org/opendj/trunk@10380 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ed modifications on previous test cases. Thanks to JN. git-svn-id: https://svn.forgerock.org/opendj/trunk@10369 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added TabSeparatedTablePrinter.java - added return codes used by tools in opendj3. - added new messages needed by DSConfig. git-svn-id: https://svn.forgerock.org/opendj/trunk@10367 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Feb, 2014
4 commits
-
- added arguments constants. - fixed unit test due to change in Operating System. - added messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@10364 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10363 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Removed duplicated lines reported by Sonar git-svn-id: https://svn.forgerock.org/opendj/trunk@10360 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Factorized code - Fixed Sonar violations - Removed duplicated lines reported by Sonar - Applied refactorings suggested by AutoRefactor plugin git-svn-id: https://svn.forgerock.org/opendj/trunk@10359 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2014
1 commit
-
- added classes needeed by DSConfig. git-svn-id: https://svn.forgerock.org/opendj/trunk@10353 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Feb, 2014
1 commit
-
- added DEFAULT_LDAP_CONNECT_TIMEOUT to constants. - added ClientException, merge it with CLIException. Replaced CLIException calls. (CLIException will disappear soon) - Console application : errors,warnings should be displayed in stdout if interactive mode is enabled. - added unit tests. - removed closeIfNotNull / replaced it by Utils.closeSilently git-svn-id: https://svn.forgerock.org/opendj/trunk@10344 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Feb, 2014
2 commits
-
- ConsoleApplication : Added/renamed functions to dissociate output stream from the error stream. git-svn-id: https://svn.forgerock.org/opendj/trunk@10325 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Extracted CLI arguments identifiers from CliConstants to ArgumentConstants. - Moved default CLI values like DEFAULT_LDAP_PORT, DEFAULT_ADMIN_PORT to CliConstants. - Code cleanup. git-svn-id: https://svn.forgerock.org/opendj/trunk@10302 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Feb, 2014
1 commit
-
- Added ReturnCode class. - Added/Renamed common arguments. - Added messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@10293 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Feb, 2014
1 commit
-
- Modified classes for their future use in the opendj3-server-dev - Migrate tests from server. git-svn-id: https://svn.forgerock.org/opendj/trunk@10276 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Feb, 2014
1 commit
-
… into a separate Maven module, "opendj-cli" - Added SubCommand && SubCommandParser. - Added more commonsArguments. - Replaced "double" in IntegerArgument to "int". - Added LINE_SEPARATOR in Utils. - Updated Constants. - Updated messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@10265 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jan, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10205 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… module, "opendj-cli" Part I. Added required classes. git-svn-id: https://svn.forgerock.org/opendj/trunk@10204 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jan, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10185 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10184 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10183 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10182 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10181 41b1ffd8-f28e-4786-ab96-9950f0a78031