Class RegistryStrategyNonOSGI
- java.lang.Object
-
- org.eclipse.core.runtime.spi.RegistryStrategy
-
- net.enilink.commons.util.internal.extensions.RegistryStrategyNonOSGI
-
public class RegistryStrategyNonOSGI extends org.eclipse.core.runtime.spi.RegistryStrategyThe registry strategy that can be used in NO OSGi-env.This class emulate RegistryStrategyOSGI
-
-
Constructor Summary
Constructors Constructor Description RegistryStrategyNonOSGI(File[] storageDirs, boolean[] cacheReadOnly, Object token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStart(org.eclipse.core.runtime.IExtensionRegistry registry, boolean loadedFromCache)-
Methods inherited from class org.eclipse.core.runtime.spi.RegistryStrategy
cacheLazyLoading, cacheUse, createExecutableExtension, debug, debugRegistryEvents, getContainerTimestamp, getContributionsTimestamp, getLocale, getLocationsLength, getStorage, getXMLParser, isCacheReadOnly, log, onStart, onStop, processChangeEvent, scheduleChangeEvent, translate, translate
-
-