From c780f75a684e337357b723443ad2503ddff4af1e Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 23 Jul 2007 08:04:48 +0000
Subject: [PATCH] This commit corresponds to the following issues: https://opends.dev.java.net/issues/show_bug.cgi?id=1340 https://opends.dev.java.net/issues/show_bug.cgi?id=1341
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 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 4ed2409..aca9d79 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -586,5 +586,38 @@
* displayed in usage information.
*/
public static final String OPTION_VALUE_BACKENDNAME = "{backend-name}";
+
+ /**
+ * The value for the short option serverID attributes.
+ */
+ public static final String OPTION_SHORT_SERVERID = null;
+
+ /**
+ * The value for the long option serverID
+ * attribute.
+ */
+ public static final String OPTION_LONG_SERVERID= "serverID";
+
+ /**
+ * The placeholder value of serverID that will be
+ * displayed in usage information.
+ */
+ public static final String OPTION_VALUE_SERVERID = "{serverID}";
+
+ /**
+ * The value for the short option set.
+ */
+ public static final Character OPTION_SHORT_SET = null;
+
+ /**
+ * The value for the long option set.
+ */
+ public static final String OPTION_LONG_SET = "set";
+
+ /**
+ * The placeholder value for the long option set.
+ */
+ public static final String OPTION_VALUE_SET = "{PROP:VAL}";
+
}
--
Gitblit v1.10.0