|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootstrapSchema
A configuration of related Schema objects bundled together and identified as a group.
Method Summary | |
---|---|
java.lang.String |
getBaseClassName()
Gets the base class name for bootstrap Schema class files. |
java.lang.String |
getDefaultBaseClassName()
Gets the default base class name for bootstrap Schema class files. |
java.lang.String[] |
getDependencies()
Gets the names of other schemas that this objects within this BootstrapSchema depends upon. |
java.lang.String |
getFullClassName(ProducerTypeEnum type)
Gets the class name for bootstrap Schema class producer type. |
java.lang.String |
getFullDefaultBaseClassName(ProducerTypeEnum type)
If the base class name for the target class does not resolve, we attempt to load another backup class using this default base class name which tries another package for the target class factory to load. |
java.lang.String |
getOwner()
Gets the name of the owner of the schema objects within this BootstrapSchema. |
java.lang.String |
getPackageName()
Gets the package name of the schema's object factories. |
java.lang.String |
getSchemaName()
Gets the name of the logical schema the objects of this BootstrapSchema belong to: e.g. |
java.lang.String |
getUnqualifiedClassName()
Gets the unqualified class name for Schema class. |
java.lang.String |
getUnqualifiedClassName(ProducerTypeEnum type)
Gets the unqualified class name for bootstrap Schema class producer type. |
Method Detail |
---|
java.lang.String getOwner()
java.lang.String getSchemaName()
java.lang.String getPackageName()
java.lang.String[] getDependencies()
java.lang.String getBaseClassName()
java.lang.String getDefaultBaseClassName()
java.lang.String getFullClassName(ProducerTypeEnum type)
java.lang.String getFullDefaultBaseClassName(ProducerTypeEnum type)
java.lang.String getUnqualifiedClassName(ProducerTypeEnum type)
java.lang.String getUnqualifiedClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |