|
Remote System Explorer DataStore Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.dstore.core.model.SchemaRegistry
SchemaRegistry implements the interface for external tools to contribute their schemas to the DataStore.
| 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 |
| Constructor Detail |
public SchemaRegistry()
| Method Detail |
public void registerSchemaExtender(ISchemaExtender extender)
registerSchemaExtender in interface ISchemaRegistryextender - the schema extender to registerpublic void extendSchema(DataStore dataStore)
extendSchema in interface ISchemaRegistrydataStore - the DataStore whos schema will be updatedpublic ExternalLoader getLoaderFor(String source)
ExternalLoader for the specified qualified classname
getLoaderFor in interface ISchemaRegistrysource - the qualified classname
|
Remote System Explorer DataStore Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||