From 3e2cb58e99dc989eb07c743f74a71f2074fc4ea7 Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Mon, 18 May 2009 13:26:17 +0000
Subject: [PATCH] Fix for issue #1827 : Add batch support to dsconfig Partial fix for issue #3938 : dsconfig is really too slow in non-interactive mode, almost unusable on Niagara systems
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index 553f3ce..c4d7014 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2009 Sun Microsystems, Inc.
*/
package org.opends.server.tools;
@@ -119,6 +119,17 @@
public static final String OPTION_LONG_CONFIG_CLASS = "configClass";
/**
+ * The value for the short option batchFilePath.
+ */
+ public static final char OPTION_SHORT_BATCH_FILE_PATH = 'F';
+
+ /**
+ * The value for the long option batchFilePath .
+ */
+ public static final String OPTION_LONG_BATCH_FILE_PATH =
+ "batchFilePath";
+
+ /**
* The value for the short option hostname.
*/
public static final char OPTION_SHORT_HOST = 'h';
--
Gitblit v1.10.0