Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.apache.felix.framework.util.manifestparser | |
org.eclipse.core.runtime.internal.adaptor | |
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.framework.adaptor | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.internal.baseadaptor | |
org.eclipse.osgi.internal.loader | |
org.eclipse.osgi.internal.module | |
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.launch |
Provides the Equinox framework launch API.
|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
org.osgi.framework |
Framework Package Version 1.7.
|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.1.
|
org.osgi.service.packageadmin |
Package Admin Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
Version |
BundleRevisionImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getCeiling() |
Version |
VersionRange.getFloor() |
Modifier and Type | Method and Description |
---|---|
boolean |
VersionRange.isInRange(Version version) |
Constructor and Description |
---|
VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive) |
Modifier and Type | Method and Description |
---|---|
Version |
ManifestParser.getBundleVersion() |
Modifier and Type | Method and Description |
---|---|
static List<BundleCapability> |
ManifestParser.parseExportHeader(Logger logger,
BundleRevision owner,
String header,
String bsn,
Version bv) |
Constructor and Description |
---|
PluginParser(FrameworkAdaptor adaptor,
BundleContext context,
Version target) |
Modifier and Type | Method and Description |
---|---|
Version |
BaseData.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
BaseData.setVersion(Version version)
Sets the version of this BaseData
|
Modifier and Type | Method and Description |
---|---|
Version |
BundleData.getVersion()
Returns the Bundle-Version for this BundleData as specified in the bundle
manifest file.
|
Modifier and Type | Method and Description |
---|---|
Version |
AbstractBundle.getVersion() |
Version |
ExportedPackageImpl.getVersion()
Deprecated.
|
Version |
EquinoxLauncher.getVersion() |
Modifier and Type | Method and Description |
---|---|
List<AbstractBundle> |
Framework.getBundleBySymbolicName(String symbolicName,
Version version)
Retrieve the bundles that has the given symbolic name and version.
|
List<AbstractBundle> |
BundleRepository.getBundles(String symbolicName,
Version version) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidVersion
This class is used to hold invalid version strings.
|
Modifier and Type | Method and Description |
---|---|
static Version |
AdaptorUtil.loadVersion(DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
Version |
BundleLoaderProxy.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
VersionSupplier.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
GenericDescriptionImpl.getVersion()
Deprecated.
|
Version |
BaseDescriptionImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities) |
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities,
NativeCodeSpecification nativeCode) |
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String[] providedPackages,
boolean singleton)
Deprecated.
|
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String[] providedPackages,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String executionEnvironment,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities)
Deprecated.
|
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities,
NativeCodeSpecification nativeCode) |
ExportPackageDescription |
StateObjectFactoryImpl.createExportPackageDescription(String packageName,
Version version,
Map<String,?> directives,
Map<String,?> attributes,
boolean root,
BundleDescription exporter) |
GenericDescription |
StateObjectFactoryImpl.createGenericDescription(String name,
String type,
Version version,
Map<String,?> attributes)
Deprecated.
|
BundleDescription |
StateImpl.getBundle(String name,
Version version) |
BundleDescription |
ReadOnlyState.getBundle(String symbolicName,
Version version) |
protected void |
BaseDescriptionImpl.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
Equinox.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getMaximum()
Deprecated.
|
Version |
VersionRange.getMinimum()
Returns the minimum Version of this VersionRange.
|
Version |
BaseDescription.getVersion()
Returns the version.
|
Version |
GenericDescription.getVersion()
Deprecated.
matching should only be done against a capability's
attributes.
|
Modifier and Type | Method and Description |
---|---|
BundleDescription |
StateObjectFactory.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities)
Creates a bundle description from the given parameters.
|
BundleDescription |
StateObjectFactory.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities,
NativeCodeSpecification nativeCode)
Creates a bundle description from the given parameters.
|
BundleDescription |
StateObjectFactory.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String[] providedPackages,
boolean singleton)
|
BundleDescription |
StateObjectFactory.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String[] providedPackages,
boolean singleton,
boolean attachFragments,
boolean dynamicFragments,
String platformFilter,
String executionEnvironment,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities)
|
BundleDescription |
StateObjectFactory.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String platformFilter,
String[] executionEnvironments,
GenericSpecification[] genericRequires,
GenericDescription[] genericCapabilities,
NativeCodeSpecification nativeCode)
Creates a bundle description from the given parameters.
|
ExportPackageDescription |
StateObjectFactory.createExportPackageDescription(String packageName,
Version version,
Map<String,?> directives,
Map<String,?> attributes,
boolean root,
BundleDescription exporter)
Used by the Resolver to dynamically create ExportPackageDescription objects during the resolution process.
|
GenericDescription |
StateObjectFactory.createGenericDescription(String name,
String type,
Version version,
Map<String,?> attributes)
|
BundleDescription |
State.getBundle(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.
|
Constructor and Description |
---|
VersionRange(Version minVersion,
boolean includeMin,
Version maxVersion,
boolean includeMax)
Constructs a VersionRange with the specified minVersion and maxVersion.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0".
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getLeft()
Returns the left endpoint of this version range.
|
Version |
VersionRange.getRight()
Returns the right endpoint of this version range.
|
Version |
Bundle.getVersion()
Returns the version of this bundle as specified by its
Bundle-Version manifest header. |
static Version |
Version.parseVersion(String version)
Parses a version identifier from the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other)
Compares this
Version object to another Version . |
boolean |
VersionRange.includes(Version version)
Returns whether this version range includes the specified version.
|
Constructor and Description |
---|
VersionRange(char leftType,
Version leftEndpoint,
Version rightEndpoint,
char rightType)
Creates a version range from the specified versions.
|
Modifier and Type | Method and Description |
---|---|
Version |
BundleRevision.getVersion()
Returns the version for this bundle revision.
|
Modifier and Type | Method and Description |
---|---|
Version |
RequiredBundle.getVersion()
Deprecated.
Returns the version of this required bundle.
|
Version |
ExportedPackage.getVersion()
Deprecated.
Returns the version of this exported package.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.