From 8af4770c261b54c3f12bb4e8fe14b6f6b567514b Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 30 Aug 2007 13:49:23 +0000
Subject: [PATCH] Make the --advanced dsconfig option a global option so that it is available to the global interactive mode.

---
 opends/src/server/org/opends/server/util/cli/OutputStreamConsoleApplication.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/cli/OutputStreamConsoleApplication.java b/opends/src/server/org/opends/server/util/cli/OutputStreamConsoleApplication.java
index e0aa77a..dba4987 100644
--- a/opends/src/server/org/opends/server/util/cli/OutputStreamConsoleApplication.java
+++ b/opends/src/server/org/opends/server/util/cli/OutputStreamConsoleApplication.java
@@ -58,6 +58,16 @@
    * {@inheritDoc}
    */
   @Override
+  public boolean isAdvancedMode() {
+    return app.isAdvancedMode();
+  }
+
+
+
+  /**
+   * {@inheritDoc}
+   */
+  @Override
   public boolean isInteractive() {
     return app.isInteractive();
   }

--
Gitblit v1.10.0