From e4bda951f24517dd0aa2ab3c7671e179785c3faa Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 02 Nov 2007 12:05:52 +0000
Subject: [PATCH] The following modifications are aimed to have the same interaction in the status and dsconfig command lines by sharing the same code. The formatting of the table in status command-line has also be modified to be consistent with the one provided by dsconfig.

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

diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index 9e9469d..3008fbf 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -902,5 +902,11 @@
    * Value placeholder for options taking actions.
    */
   public static final String OPTION_VALUE_ACTION = "{action}";
+
+
+  /**
+   * The default separator to be used in tables.
+   */
+  public static final String LIST_TABLE_SEPARATOR = ":";
 }
 

--
Gitblit v1.10.0