From f5f7aec63906ffc084de9a79d95f1016ac6276bb Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Tue, 12 May 2009 13:18:37 +0000
Subject: [PATCH] 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/dsconfig/ManagementContextFactory.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
index 578417b..61f3742 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
+++ b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2007-2008 Sun Microsystems, Inc.
+ *      Copyright 2007-2009 Sun Microsystems, Inc.
  */
 package org.opends.server.tools.dsconfig;
 
@@ -88,6 +88,14 @@
 
 
   /**
+   * Set the raw arguments (used for default value setting).
+   *
+   * @param args raw arguments.
+   */
+  public void setRawArguments(String[] args);
+
+
+  /**
    * Validates any global arguments passed to the application.
    * Implementations of this method should check that the values
    * passed to their global arguments are valid and are not

--
Gitblit v1.10.0