Class RegistryStrategyNonOSGI


  • public class RegistryStrategyNonOSGI
    extends org.eclipse.core.runtime.spi.RegistryStrategy
    The registry strategy that can be used in NO OSGi-env.

    This class emulate RegistryStrategyOSGI

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onStart​(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
    • Constructor Detail

      • RegistryStrategyNonOSGI

        public RegistryStrategyNonOSGI​(File[] storageDirs,
                                       boolean[] cacheReadOnly,
                                       Object token)
    • Method Detail

      • onStart

        public void onStart​(org.eclipse.core.runtime.IExtensionRegistry registry,
                            boolean loadedFromCache)
        Overrides:
        onStart in class org.eclipse.core.runtime.spi.RegistryStrategy