Remote System Explorer DataStore
Release 1.0

Uses of Interface
org.eclipse.dstore.core.model.ISchemaRegistry

Packages that use ISchemaRegistry
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
 

Uses of ISchemaRegistry in org.eclipse.dstore.core.model
 

Classes in org.eclipse.dstore.core.model that implement ISchemaRegistry
 class SchemaRegistry
          SchemaRegistry implements the interface for external tools to contribute their schemas to the DataStore.
 

Methods in org.eclipse.dstore.core.model that return ISchemaRegistry
 ISchemaRegistry ISchemaProvider.getSchemaRegistry()
           
 

Uses of ISchemaRegistry in org.eclipse.dstore.core.server
 

Classes in org.eclipse.dstore.core.server that implement ISchemaRegistry
 class MinerLoader
          MinerLoader is an implementation of ISchemaRegistry used for loading and initializing miners.
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.