Examples of RegistryStrategyOSGI


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
Copyright © 2018 www.massapi.com. 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.