From 2915ba5b5344f8418a218e2c402912e6dbc46073 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 27 Jan 2009 22:03:41 +0000
Subject: [PATCH] Allow the overwriting classes to specify whether the schema must be read or not.

---
 opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java b/opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java
index 731d097..642d5cd 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java
@@ -324,4 +324,15 @@
     return AdministrationConnectorCfgDefn.getInstance().
     getListenAddressPropertyDefinition();
   }
+
+  /**
+   * Returns <CODE>true</CODE> if the schema must be read and
+   * <CODE>false</CODE> otherwise.
+   * @return <CODE>true</CODE> if the schema must be read and
+   * <CODE>false</CODE> otherwise.
+   */
+  protected boolean mustReadSchema()
+  {
+    return true;
+  }
 }

--
Gitblit v1.10.0