|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryStrategy | |
---|---|
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension registry. |
Uses of RegistryStrategy in org.eclipse.core.runtime |
---|
Methods in org.eclipse.core.runtime that return RegistryStrategy | |
---|---|
static RegistryStrategy |
RegistryFactory.createOSGiStrategy(java.io.File[] storageDirs,
boolean[] cacheReadOnly,
java.lang.Object token)
Creates a registry strategy that can be used in an OSGi container. |
Methods in org.eclipse.core.runtime with parameters of type RegistryStrategy | |
---|---|
static IExtensionRegistry |
RegistryFactory.createRegistry(RegistryStrategy strategy,
java.lang.Object masterToken,
java.lang.Object userToken)
Creates a new extension registry based on the given set of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |