Package org.eclipse.core.runtime.spi

Examples of org.eclipse.core.runtime.spi.RegistryStrategy


    // a) in the local configuration area (standard location passed in by the platform) -> priority
    // b) in the shared configuration area (typically, shared install is used)
    File[] registryLocations;
    boolean[] readOnlyLocations;

    RegistryStrategy strategy = null;
    Location configuration = OSGIUtils.getDefault().getConfigurationLocation();
    if (configuration == null) {
      RegistryProperties.setProperty(IRegistryConstants.PROP_NO_REGISTRY_CACHE, "true"); //$NON-NLS-1$
      RegistryProperties.setProperty(IRegistryConstants.PROP_NO_LAZY_CACHE_LOADING, "true"); //$NON-NLS-1$
      strategy = new RegistryStrategyOSGI(null, null, masterRegistryKey);

TOP

Related Classes of org.eclipse.core.runtime.spi.RegistryStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.