|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getOwner()
public java.lang.String getSchemaName()
public java.lang.String getPackageName()
public java.lang.String[] getDependencies()
public java.lang.String getBaseClassName()
public java.lang.String getDefaultBaseClassName()
public java.lang.String getFullClassName(ProducerTypeEnum type)
public java.lang.String getFullDefaultBaseClassName(ProducerTypeEnum type)
public java.lang.String getUnqualifiedClassName(ProducerTypeEnum type)
public java.lang.String getUnqualifiedClassName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |