A C G H I L M O P R S

A

addExtension(IRegistryExtension) - Method in class org.eclipse.higgins.registry.HigginsRegistry
 

C

configure(Map, String, Map, ISettingDescriptor, ISettingDescriptor) - Method in class org.eclipse.higgins.registry.HCRegistryExtension
 
ConfigUtil - Class in org.eclipse.higgins.registry.utils
 
ConfigUtil() - Constructor for class org.eclipse.higgins.registry.utils.ConfigUtil
 
createProvider(IExtension, IConfigurationElement) - Method in class org.eclipse.higgins.registry.plugin.PluginRegistryExtension
Create an instance of type using provided extension and element.

G

getComponentDescriptor() - Method in class org.eclipse.higgins.registry.HCRegistryExtension
 
getConfigFileName(String) - Method in class org.eclipse.higgins.registry.PropertiesConfigurationFactory
 
getConfiguration(IServiceProvider) - Method in class org.eclipse.higgins.registry.HigginsRegistry
 
getConfiguration() - Method in interface org.eclipse.higgins.registry.IServiceProvider
Returns configuration of this service provider.
getConfigurqation(String) - Method in class org.eclipse.higgins.registry.PropertiesConfigurationFactory
 
getDefault() - Static method in class org.eclipse.higgins.registry.plugin.internal.RegistryPlugin
Returns the shared instance.
getFilePath(String, String) - Static method in class org.eclipse.higgins.registry.utils.ConfigUtil
 
getID() - Method in interface org.eclipse.higgins.registry.IServiceProvider
Returns the id of this service provider.
getNewInstance() - Method in class org.eclipse.higgins.registry.HCRegistryExtensionFactory
 
getProperty(String) - Method in interface org.eclipse.higgins.registry.IConfiguration
Searches for the configuration property with the specified key in this configuration.
getProperty(String, Object) - Method in interface org.eclipse.higgins.registry.IConfiguration
Searches for the configuration property with the specified key in this configuration.
getProperty(String) - Method in class org.eclipse.higgins.registry.MapConfiguraton
 
getProperty(String, Object) - Method in class org.eclipse.higgins.registry.MapConfiguraton
 
getProperty(String) - Method in class org.eclipse.higgins.registry.PropertiesConfiguration
 
getProperty(String, Object) - Method in class org.eclipse.higgins.registry.PropertiesConfiguration
 
getPropertyNames() - Method in interface org.eclipse.higgins.registry.IConfiguration
Provides set of configuration property names.
getPropertyNames() - Method in class org.eclipse.higgins.registry.MapConfiguraton
 
getPropertyNames() - Method in class org.eclipse.higgins.registry.PropertiesConfiguration
 
getProviderType() - Method in class org.eclipse.higgins.registry.HigginsRegistry
 
getServiceProvider(String) - Method in class org.eclipse.higgins.registry.HigginsRegistry
 
getServiceProviders() - Method in class org.eclipse.higgins.registry.HCRegistryExtension
 
getServiceProviders() - Method in class org.eclipse.higgins.registry.HigginsRegistry
 
getServiceProviders() - Method in class org.eclipse.higgins.registry.IIORegistryExtension
 
getServiceProviders() - Method in interface org.eclipse.higgins.registry.IRegistryExtension
Searches for implementations of a particular service provider type.
getServiceProviders() - Method in class org.eclipse.higgins.registry.plugin.PluginRegistryExtension
 
getServiceProviders() - Method in class org.eclipse.higgins.registry.SecurityRegistryExtension
 
getSingletonInstance() - Method in class org.eclipse.higgins.registry.HCRegistryExtensionFactory
 

H

HCRegistryExtension - Class in org.eclipse.higgins.registry
RegistryExtension based on higgins configuration.
HCRegistryExtension() - Constructor for class org.eclipse.higgins.registry.HCRegistryExtension
 
HCRegistryExtensionFactory - Class in org.eclipse.higgins.registry
 
HCRegistryExtensionFactory() - Constructor for class org.eclipse.higgins.registry.HCRegistryExtensionFactory
 
HigginsRegistry - Class in org.eclipse.higgins.registry
A registry for service provider instances.
HigginsRegistry(Class) - Constructor for class org.eclipse.higgins.registry.HigginsRegistry
 

I

IConfiguration - Interface in org.eclipse.higgins.registry
Higgins Registry uses returned instance to load service provider configuration from persistent storage.
ID - Static variable in class org.eclipse.higgins.registry.plugin.internal.RegistryPlugin
 
IIORegistryExtension - Class in org.eclipse.higgins.registry
This implementation of IRegistryExtension uses ServiceRegistry mechanism to lookup for available service providers.
IIORegistryExtension(Class) - Constructor for class org.eclipse.higgins.registry.IIORegistryExtension
 
IRegistryExtension - Interface in org.eclipse.higgins.registry
Higgins Registry uses registry extensions to lookup for available service providers.
IServiceProvider - Interface in org.eclipse.higgins.registry
Base interface to be registable in the Higgins Regisrty.

L

loadProviders() - Method in class org.eclipse.higgins.registry.HigginsRegistry
 

M

MapConfiguraton - Class in org.eclipse.higgins.registry
 
MapConfiguraton(Map) - Constructor for class org.eclipse.higgins.registry.MapConfiguraton
 

O

org.eclipse.higgins.registry - package org.eclipse.higgins.registry
 
org.eclipse.higgins.registry.plugin - package org.eclipse.higgins.registry.plugin
 
org.eclipse.higgins.registry.plugin.internal - package org.eclipse.higgins.registry.plugin.internal
 
org.eclipse.higgins.registry.utils - package org.eclipse.higgins.registry.utils
 

P

PluginRegistryExtension - Class in org.eclipse.higgins.registry.plugin
This implementation of IRegistryExtension uses Eclipse extension point mechanism to lookup for available service providers.
PluginRegistryExtension(String) - Constructor for class org.eclipse.higgins.registry.plugin.PluginRegistryExtension
 
PropertiesConfiguration - Class in org.eclipse.higgins.registry
Load/save provider configuration from properties file.
PropertiesConfiguration(String, String) - Constructor for class org.eclipse.higgins.registry.PropertiesConfiguration
 
PropertiesConfigurationFactory - Class in org.eclipse.higgins.registry
 
PropertiesConfigurationFactory(String) - Constructor for class org.eclipse.higgins.registry.PropertiesConfigurationFactory
 
PropertiesConfigurationFactory(String, String) - Constructor for class org.eclipse.higgins.registry.PropertiesConfigurationFactory
 
PROVIDERS_LIST_SETTING_NAME - Static variable in class org.eclipse.higgins.registry.HCRegistryExtension
 

R

RegistryConfigurationException - Exception in org.eclipse.higgins.registry
 
RegistryConfigurationException() - Constructor for exception org.eclipse.higgins.registry.RegistryConfigurationException
 
RegistryConfigurationException(String) - Constructor for exception org.eclipse.higgins.registry.RegistryConfigurationException
 
RegistryConfigurationException(String, Throwable) - Constructor for exception org.eclipse.higgins.registry.RegistryConfigurationException
 
RegistryConfigurationException(Throwable) - Constructor for exception org.eclipse.higgins.registry.RegistryConfigurationException
 
RegistryException - Exception in org.eclipse.higgins.registry
 
RegistryException() - Constructor for exception org.eclipse.higgins.registry.RegistryException
 
RegistryException(String) - Constructor for exception org.eclipse.higgins.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception org.eclipse.higgins.registry.RegistryException
 
RegistryException(Throwable) - Constructor for exception org.eclipse.higgins.registry.RegistryException
 
RegistryPlugin - Class in org.eclipse.higgins.registry.plugin.internal
Plugin's activator for Higgins Registry Plug-in
RegistryPlugin() - Constructor for class org.eclipse.higgins.registry.plugin.internal.RegistryPlugin
The constructor.
remove(IServiceProvider) - Method in class org.eclipse.higgins.registry.HigginsRegistry
 
resolvePath(String) - Static method in class org.eclipse.higgins.registry.utils.ConfigUtil
 

S

save() - Method in interface org.eclipse.higgins.registry.IConfiguration
 
save() - Method in class org.eclipse.higgins.registry.MapConfiguraton
 
save() - Method in class org.eclipse.higgins.registry.PropertiesConfiguration
 
SecurityRegistryExtension - Class in org.eclipse.higgins.registry
This implementation of IRegistryExtension uses Security mechanism to lookup for available service providers.
SecurityRegistryExtension(Class) - Constructor for class org.eclipse.higgins.registry.SecurityRegistryExtension
 
setID(String) - Method in interface org.eclipse.higgins.registry.IServiceProvider
Sets the id of this service provider.
setProperty(String, Object) - Method in interface org.eclipse.higgins.registry.IConfiguration
 
setProperty(String, Object) - Method in class org.eclipse.higgins.registry.MapConfiguraton
 
setProperty(String, Object) - Method in class org.eclipse.higgins.registry.PropertiesConfiguration
 
setRootHigginsConfigPath(String) - Method in class org.eclipse.higgins.registry.PropertiesConfigurationFactory
 
start(BundleContext) - Method in class org.eclipse.higgins.registry.plugin.internal.RegistryPlugin
This method is called upon plug-in activation
stop(BundleContext) - Method in class org.eclipse.higgins.registry.plugin.internal.RegistryPlugin
This method is called when the plug-in is stopped

A C G H I L M O P R S