Uses of Class
org.eclipse.osgi.service.resolver.VersionRange

Packages that use VersionRange
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.service.resolver   
 

Uses of VersionRange in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver that return VersionRange
 VersionRange ImportPackageSpecificationImpl.getBundleVersionRange()
           
 VersionRange[] NativeCodeDescriptionImpl.getOSVersions()
           
 

Methods in org.eclipse.osgi.internal.resolver with parameters of type VersionRange
 BundleSpecification StateObjectFactoryImpl.createBundleSpecification(String requiredSymbolicName, VersionRange requiredVersionRange, boolean export, boolean optional)
           
 HostSpecification StateObjectFactoryImpl.createHostSpecification(String hostSymbolicName, VersionRange versionRange)
           
 ImportPackageSpecification StateObjectFactoryImpl.createImportPackageSpecification(String packageName, VersionRange versionRange, String bundleSymbolicName, VersionRange bundleVersionRange, Map<String,?> directives, Map<String,?> attributes, BundleDescription importer)
           
 NativeCodeDescription StateObjectFactoryImpl.createNativeCodeDescription(String[] nativePaths, String[] processors, String[] osNames, VersionRange[] osVersions, String[] languages, String filter)
           
protected  void ImportPackageSpecificationImpl.setBundleVersionRange(VersionRange bundleVersionRange)
           
 

Uses of VersionRange in org.eclipse.osgi.service.resolver
 

Fields in org.eclipse.osgi.service.resolver declared as VersionRange
static VersionRange VersionRange.emptyRange
          An empty version range: "0.0.0".
 

Methods in org.eclipse.osgi.service.resolver that return VersionRange
 VersionRange ImportPackageSpecification.getBundleVersionRange()
          Returns the version range which this import package may be resolved to.
 VersionRange[] NativeCodeDescription.getOSVersions()
          Returns the operating system version ranges supported by the native code.
 VersionRange VersionConstraint.getVersionRange()
          Returns the version range for this constraint.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type VersionRange
 BundleSpecification StateObjectFactory.createBundleSpecification(String requiredSymbolicName, VersionRange requiredVersionRange, boolean export, boolean optional)
          Creates a bundle specification from the given parameters.
 HostSpecification StateObjectFactory.createHostSpecification(String hostSymbolicName, VersionRange hostVersionRange)
          Creates a host specification from the given parameters.
 ImportPackageSpecification StateObjectFactory.createImportPackageSpecification(String packageName, VersionRange versionRange, String bundleSymbolicName, VersionRange bundleVersionRange, Map<String,?> directives, Map<String,?> attributes, BundleDescription importer)
          Creates an import package specification from the given parameters.
 NativeCodeDescription StateObjectFactory.createNativeCodeDescription(String[] nativePaths, String[] processors, String[] osNames, VersionRange[] osVersions, String[] languages, String filter)
          Creates a native code description from the given parameters
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.