Eclipse Platform
Release 3.2

org.eclipse.core.runtime
Interface IRegistryProvider


public interface IRegistryProvider

Implement this interface to specify the default extension registry.

Since:
org.eclipse.equinox.registry 1.0
See Also:
RegistryFactory.getRegistry(), This is an experimental API. It might change in future.

Method Summary
 IExtensionRegistry getRegistry()
          Returns the "default" extension registry.
 

Method Detail

getRegistry

public IExtensionRegistry getRegistry()
Returns the "default" extension registry.

Returns:
an extension registry

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.