From ebf357c00c505d1406f65ab9438e4fecfc1a2200 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 18 Sep 2008 10:14:53 +0000
Subject: [PATCH] These changes are separating the current delivery into an "Install Layout" (the binaries) and an "Instance Layout" (the user data).
---
opendj-sdk/opends/src/server/org/opends/server/api/ConfigHandler.java | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/ConfigHandler.java b/opendj-sdk/opends/src/server/org/opends/server/api/ConfigHandler.java
index a2c1279..f19e9d3 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/ConfigHandler.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/api/ConfigHandler.java
@@ -113,13 +113,21 @@
/**
+ * Retrieves the absolute path of the Directory Server install
+ * root.
+ *
+ * @return The absolute path of the Directory Server install root.
+ */
+ public abstract String getServerRoot();
+
+
+ /**
* Retrieves the absolute path of the Directory Server instance
* root.
*
* @return The absolute path of the Directory Server instance root.
*/
- public abstract String getServerRoot();
-
+ public abstract String getInstanceRoot();
/**
--
Gitblit v1.10.0