org.eclipse.higgins.registry
Class IIORegistryExtension
java.lang.Object
org.eclipse.higgins.registry.IIORegistryExtension
- All Implemented Interfaces:
- IRegistryExtension
- public class IIORegistryExtension
- extends Object
- implements IRegistryExtension
This implementation of
IRegistryExtension uses
ServiceRegistry mechanism to lookup for available
service providers.
- See Also:
IRegistryExtension,
ServiceRegistry
IIORegistryExtension
public IIORegistryExtension(Class type)
getServiceProviders
public Iterator getServiceProviders()
- Description copied from interface:
IRegistryExtension
- Searches for implementations of a particular service provider type.
Instantiates and returns all available service providers of appropriate
type
E>.
- Specified by:
getServiceProviders in interface IRegistryExtension
- Returns:
- an
Iterator set of IServiceProviders