Package org.eclipse.core.internal.registry.osgi

Examples of org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI


   * @param token control token for the registry
   * @return registry strategy that can be used in an OSGi container
   * @see #createRegistry(RegistryStrategy, Object, Object)
   */
  public static RegistryStrategy createOSGiStrategy(File[] storageDirs, boolean[] cacheReadOnly, Object token) {
    return new RegistryStrategyOSGI(storageDirs, cacheReadOnly, token);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI

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.