|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.core.runtime.RegistryFactory
Use this class to create or obtain an extension registry. This class is not intended to be subclassed or instantiated.
| Constructor Summary | |
|---|---|
RegistryFactory()
|
|
| Method Summary | |
|---|---|
static IExtensionRegistry |
createRegistry(org.eclipse.core.runtime.spi.RegistryStrategy strategy,
Object masterToken,
Object userToken)
Creates an extension registry. |
static IExtensionRegistry |
getRegistry()
Returns the existing extension registry specified by the registry provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RegistryFactory()
| Method Detail |
public static IExtensionRegistry createRegistry(org.eclipse.core.runtime.spi.RegistryStrategy strategy,
Object masterToken,
Object userToken)
strategy - - optional strategies that modify registry functionality; might be nullmasterToken - - master control token for the registry. Keep it to access controlled methods of the
registry. Contributions made with this token are marked as non-dynamic.userToken - - user access token for the registry. Contributions made with this token are marked
as dynamic.
CoreException - in case if registry start conditions are not met. The exception's status
message provides additional details.public static IExtensionRegistry getRegistry()
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.