|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| 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 | |
| org.eclipse.osgi.service.resolver | |
| org.osgi.framework | Framework Package Version 1.6. |
| org.osgi.framework.wiring | Framework Wiring Package Version 1.0. |
| org.osgi.service.packageadmin | Package Admin Package Version 1.2. |
| Uses of Version in org.apache.felix.framework |
|---|
| Methods in org.apache.felix.framework that return Version | |
|---|---|
Version |
BundleRevisionImpl.getVersion()
|
| Uses of Version in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util that return Version | |
|---|---|
Version |
VersionRange.getCeiling()
|
Version |
VersionRange.getFloor()
|
| Methods in org.apache.felix.framework.util with parameters of type Version | |
|---|---|
boolean |
VersionRange.isInRange(Version version)
|
| Constructors in org.apache.felix.framework.util with parameters of type Version | |
|---|---|
VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive)
|
|
| Uses of Version in org.apache.felix.framework.util.manifestparser |
|---|
| Methods in org.apache.felix.framework.util.manifestparser that return Version | |
|---|---|
Version |
ManifestParser.getBundleVersion()
|
| Methods in org.apache.felix.framework.util.manifestparser with parameters of type Version | |
|---|---|
static List<BundleCapability> |
ManifestParser.parseExportHeader(Logger logger,
BundleRevision owner,
String header,
String bsn,
Version bv)
|
| 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 |
EquinoxLauncher.getVersion()
|
Version |
ExportedPackageImpl.getVersion()
Deprecated. |
Version |
AbstractBundle.getVersion()
|
| Methods in org.eclipse.osgi.framework.internal.core with parameters of type Version | |
|---|---|
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)
|
| Uses of Version in org.eclipse.osgi.internal.baseadaptor |
|---|
| Subclasses of Version in org.eclipse.osgi.internal.baseadaptor | |
|---|---|
class |
InvalidVersion
This class is used to hold invalid version strings. |
| Methods in org.eclipse.osgi.internal.baseadaptor that return Version | |
|---|---|
static Version |
AdaptorUtil.loadVersion(DataInputStream in)
|
| Uses of Version in org.eclipse.osgi.internal.loader |
|---|
| Methods in org.eclipse.osgi.internal.loader that return Version | |
|---|---|
Version |
BundleLoaderProxy.getVersion()
|
| Uses of Version in org.eclipse.osgi.internal.module |
|---|
| Methods in org.eclipse.osgi.internal.module that return Version | |
|---|---|
Version |
VersionSupplier.getVersion()
|
| Uses of Version in org.eclipse.osgi.internal.resolver |
|---|
| Methods in org.eclipse.osgi.internal.resolver that return Version | |
|---|---|
Version |
GenericDescriptionImpl.getVersion()
Deprecated. |
Version |
BaseDescriptionImpl.getVersion()
|
| Methods in org.eclipse.osgi.internal.resolver with parameters of type Version | |
|---|---|
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)
|
| Uses of Version in org.eclipse.osgi.launch |
|---|
| Methods in org.eclipse.osgi.launch that return Version | |
|---|---|
Version |
Equinox.getVersion()
|
| Uses of Version in org.eclipse.osgi.service.resolver |
|---|
| Methods in org.eclipse.osgi.service.resolver that return Version | |
|---|---|
Version |
VersionRange.getMaximum()
Deprecated. use VersionRange.getRight() |
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. |
| Methods in org.eclipse.osgi.service.resolver with parameters of type Version | |
|---|---|
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)
Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[]) |
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)
Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[]) |
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)
Deprecated. use StateObjectFactory.createGenericDescription(String, String, Version, Map) |
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. |
| 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 | |
|---|---|
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. |
| Methods in org.osgi.framework with parameters of type Version | |
|---|---|
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. |
| Constructors in org.osgi.framework with parameters of type Version | |
|---|---|
VersionRange(char leftType,
Version leftEndpoint,
Version rightEndpoint,
char rightType)
Creates a version range from the specified versions. |
|
| Uses of Version in org.osgi.framework.wiring |
|---|
| Methods in org.osgi.framework.wiring that return Version | |
|---|---|
Version |
BundleRevision.getVersion()
Returns the version for this bundle revision. |
| Uses of Version in org.osgi.service.packageadmin |
|---|
| Methods in org.osgi.service.packageadmin that return Version | |
|---|---|
Version |
ExportedPackage.getVersion()
Deprecated. Returns the version of this exported package. |
Version |
RequiredBundle.getVersion()
Deprecated. Returns the version of this required bundle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||