From 836e359af22b0362453e9fabcb3f8a47e2780e8e Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 22 May 2007 14:35:47 +0000
Subject: [PATCH] Various improvements and refactorings of the admin framework client API, including:
---
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfg.java | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestParentCfg.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfg.java
similarity index 78%
rename from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestParentCfg.java
rename to opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfg.java
index c553ffc..e45c0e5 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestParentCfg.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfg.java
@@ -24,12 +24,10 @@
*
* Portions Copyright 2007 Sun Microsystems, Inc.
*/
-package org.opends.server.admin.server;
+package org.opends.server.admin;
-import org.opends.server.admin.Configuration;
-import org.opends.server.admin.ManagedObjectDefinition;
@@ -43,4 +41,21 @@
*/
ManagedObjectDefinition<? extends TestParentCfgClient, ? extends TestParentCfg> definition();
+
+
+ /**
+ * Get the "maximum-length" property.
+ *
+ * @return Returns the value of the "maximum-length" property.
+ */
+ int getMaximumLength();
+
+
+
+ /**
+ * Get the "minimum-length" property.
+ *
+ * @return Returns the value of the "minimum-length" property.
+ */
+ int getMinimumLength();
}
--
Gitblit v1.10.0