From 67405dde9ba213331dab1fc46cb18c485070fd5b Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 05 Jun 2009 09:04:50 +0000
Subject: [PATCH] svn merge -r5333:5417 https://opends.dev.java.net/svn/opends/branches/b2.0
---
opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 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 1030036..61f3742 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
+++ b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
@@ -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