From 67fe39c9b91686bb1a8d2fc5feaf5de096061a58 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 04 Feb 2014 13:51:34 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1303 Split out CLI support from opendj-ldap-toolkit 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.

---
 opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
index 70354ce..bf34149 100755
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -617,6 +617,22 @@
      */
     public static final String OPTION_LONG_OUTPUT_LDIF_FILENAME = "outputLDIF";
 
+    /**
+     * The value for the long option to automatically accept the license
+     * if present.
+     */
+    public static final String OPTION_LONG_ACCEPT_LICENSE = "acceptLicense";
+
+    /**
+     * The value for the short option rootUserDN.
+     */
+    public static final char OPTION_SHORT_ROOT_USER_DN = 'D';
+
+    /**
+     * The value for the long option rootUserDN.
+     */
+    public static final String OPTION_LONG_ROOT_USER_DN = "rootUserDN";
+
     // Prevent instantiation.
     private CliConstants() {
 

--
Gitblit v1.10.0