Uses of Class
org.osgi.framework.Version

Packages that use Version
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.service.resolver   
org.osgi.framework   
org.osgi.service.packageadmin   
 

Uses of Version in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return Version
 Version BaseData.getVersion()
           
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type Version
 void BaseData.setVersion(Version version)
          Sets the version of this BaseData
 

Uses of Version in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return Version
 Version BundleData.getVersion()
          Returns the Bundle-Version for this BundleData as specified in the bundle manifest file.
 

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

Methods in org.eclipse.osgi.service.resolver that return Version
 Version VersionRange.getMaximum()
          Returns the maximum Version of this VersionRange
 Version VersionRange.getMinimum()
          Returns the minimum Version of this VersionRange
 Version BaseDescription.getVersion()
          Returns the version.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type Version
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities)
          Creates a bundle description from the given parameters.
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)
          Creates a bundle description from the given parameters.
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, java.lang.String[] providedPackages, boolean singleton)
          Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, java.lang.String[] providedPackages, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String executionEnvironment, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities)
          Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
 ExportPackageDescription StateObjectFactory.createExportPackageDescription(java.lang.String packageName, Version version, java.util.Map directives, java.util.Map attributes, boolean root, BundleDescription exporter)
          Used by the Resolver to dynamically create ExportPackageDescription objects during the resolution process.
 GenericDescription StateObjectFactory.createGenericDescription(java.lang.String name, java.lang.String type, Version version, java.util.Map attributes)
          Creates a generic description from the given parameters
 BundleDescription State.getBundle(java.lang.String symbolicName, Version version)
          Returns the bundle descriptor for the bundle with the given name and version.
 boolean VersionRange.isIncluded(Version version)
          Returns whether the given version is included in this VersionRange.
 

Constructors in org.eclipse.osgi.service.resolver with parameters of type Version
VersionRange(Version minVersion, boolean includeMin, Version maxVersion, boolean includeMax)
          Constructs a VersionRange with the specified minVersion and maxVersion.
 

Uses of Version in org.osgi.framework
 

Fields in org.osgi.framework declared as Version
static Version Version.emptyVersion
          The empty version "0.0.0".
 

Methods in org.osgi.framework that return Version
static Version Version.parseVersion(java.lang.String version)
          Parses a version identifier from the specified string.
 

Uses of Version in org.osgi.service.packageadmin
 

Methods in org.osgi.service.packageadmin that return Version
 Version RequiredBundle.getVersion()
          Returns the version of this required bundle.
 Version ExportedPackage.getVersion()
          Returns the version of this exported package.