|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Version in org.eclipse.core.runtime.internal.adaptor |
---|
Constructors in org.eclipse.core.runtime.internal.adaptor with parameters of type Version | |
---|---|
PluginParser(FrameworkAdaptor adaptor,
BundleContext context,
Version target)
|
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.framework.internal.core |
---|
Methods in org.eclipse.osgi.framework.internal.core that return Version | |
---|---|
Version |
ExportedPackageImpl.getVersion()
|
Version |
BundleLoaderProxy.getVersion()
|
Version |
AbstractBundle.getVersion()
|
Version |
BundleNativeCode.matchOSVersion(Version version)
Return the higest matching value for the given os version that is less than or equal to the given os version. |
Methods in org.eclipse.osgi.framework.internal.core with parameters of type Version | |
---|---|
AbstractBundle |
BundleRepository.getBundle(java.lang.String symbolicName,
Version version)
|
AbstractBundle |
Framework.getBundleBySymbolicName(java.lang.String symbolicName,
Version version)
Retrieve the bundle that has the given symbolic name and version. |
Version |
BundleNativeCode.matchOSVersion(Version version)
Return the higest matching value for the given os version that is less than or equal to the given os version. |
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,
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 |
ExportedPackage.getVersion()
Returns the version of this exported package. |
Version |
RequiredBundle.getVersion()
Returns the version of this required bundle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |