From a9ded45b0acdc5bcdee105036d1e36f31a16f05c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Mar 2008 18:09:56 +0000
Subject: [PATCH] Fix for issue 2197 (dsconfig: interactive mode should display the effective dsconfig command)

---
 opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java b/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
index ac4fe41..e15dd23 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -702,5 +702,17 @@
    * The default separator to be used in tables.
    */
   public static final String LIST_TABLE_SEPARATOR = ":";
+
+  /**
+   * Display the equivalent non-interactive command.
+   */
+  public static final String OPTION_DSCFG_LONG_DISPLAY_EQUIVALENT =
+    "displayEquivalentCommand";
+
+  /**
+   * The path where we write the equivalent non-interactive command.
+   */
+  public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH =
+    "equivalentCommandFilePath";
 }
 

--
Gitblit v1.10.0