|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.dstore.core.model.SchemaRegistry
SchemaRegistry implements the interface for external tools to contribute their schemas to the DataStore.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SchemaRegistry()
|
Method Summary | |
---|---|
void |
extendSchema(DataStore dataStore)
Calls extendSchema() on each of the registered schema extenders to extend the schema of the specified DataStore |
ExternalLoader |
getLoaderFor(String source)
Gets the ExternalLoader for the specified qualified classname |
void |
registerSchemaExtender(ISchemaExtender extender)
Registers a schema extender with the associated DataStores |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public SchemaRegistry()
Method Detail |
public void registerSchemaExtender(ISchemaExtender extender)
registerSchemaExtender
in interface ISchemaRegistry
extender
- the schema extender to registerpublic void extendSchema(DataStore dataStore)
extendSchema
in interface ISchemaRegistry
dataStore
- the DataStore whos schema will be updatedpublic ExternalLoader getLoaderFor(String source)
ExternalLoader
for the specified qualified classname
getLoaderFor
in interface ISchemaRegistry
source
- the qualified classname
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |