Author: akarasulu
Date: Tue Oct 19 15:10:10 2004
New Revision: 55106
Modified:
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/schema/bootstrap/BootstrapSchema.java
Log:
ooops removed a method by accident
Modified:
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/schema/bootstrap/BootstrapSchema.java
==============================================================================
---
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/schema/bootstrap/BootstrapSchema.java
(original)
+++
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/schema/bootstrap/BootstrapSchema.java
Tue Oct 19 15:10:10 2004
@@ -69,6 +69,16 @@
String getBaseClassName();
/**
+ * Gets the default base class name for bootstrap Schema class files. This
+ * name is the schema name with the first character capitalized and
qualified
+ * by the default package name. So for a bootstrap schema name of 'bar'
+ * within the 'foo' package would return foo.Bar as the base class name.
+ *
+ * @return the default base of all bootstrap schema class names for this
schema
+ */
+ String getDefaultBaseClassName();
+
+ /**
* Gets the class name for bootstrap Schema class producer type.
*
* @return the bootstrap schema class name for a producer type in this
schema