From a1e512ef865ec80cd47acb2ab3cb9e4df4365c2d Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Thu, 13 Feb 2014 15:08:57 +0000
Subject: [PATCH] minor commit for OPENDJ-1343 Migrate dsconfig / OPENDJ-1303 "opendj-cli" - added arguments constants. - fixed unit test due to change in Operating System. - added messages.

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

diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
index 7ac76ce..b3c2445 100644
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
+++ b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -615,6 +615,21 @@
      */
     public static final String OPTION_LONG_CONNECT_TIMEOUT = "connectTimeout";
 
+    /**
+     * The value for the long option advanced.
+     */
+    public static final String OPTION_DSCFG_LONG_ADVANCED = "advanced";
+
+    /**
+     * Display the equivalent non-interactive command.
+     */
+    public static final String OPTION_LONG_DISPLAY_EQUIVALENT = "displayCommand";
+
+    /**
+     * The path where we write the equivalent non-interactive command.
+     */
+    public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH = "commandFilePath";
+
     // Prevent instantiation.
     private ArgumentConstants() {
 

--
Gitblit v1.10.0