|
Remote System Explorer DataStore Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchemaRegistry
ISchemaRegistry describes the interface that needs to be implemented for external tools to contribute their schemas to the DataStore.
Method Summary | |
---|---|
void |
extendSchema(DataStore dataStore)
This method is responsible for calling extendSchema on
each of the registered schema extenders. |
IExternalLoader |
getLoaderFor(String qualifiedClassName)
Returns an IExternalLoader for the specified qualified class name |
void |
registerSchemaExtender(ISchemaExtender extender)
This method gets called when a new schema extender needs to be registered. |
Method Detail |
---|
void registerSchemaExtender(ISchemaExtender extender)
extender
- the new schema extendervoid extendSchema(DataStore dataStore)
extendSchema
on
each of the registered schema extenders.
dataStore
- the DataStore for which the schema will be extendedIExternalLoader getLoaderFor(String qualifiedClassName)
IExternalLoader
for the specified qualified class name
qualifiedClassName
- the qualified class name of an external tool
|
Remote System Explorer DataStore Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |