Uses of Class
org.apache.ivy.osgi.util.Version
Packages that use Version
Package
Description
-
Uses of Version in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core declared as VersionModifier and TypeFieldDescriptionstatic final Version
BundleInfo.DEFAULT_VERSION
private final Version
BundleCapability.version
private Version
BundleInfo.version
private Version
BundleInfo.versionTarget
the version of the bundle it is source ofMethods in org.apache.ivy.osgi.core that return VersionModifier and TypeMethodDescriptionBundleCapability.getRawVersion()
BundleInfo.getRawVersion()
BundleCapability.getVersion()
BundleInfo.getVersion()
ExportPackage.getVersion()
BundleInfo.getVersionTarget()
private static Version
Methods in org.apache.ivy.osgi.core with parameters of type VersionModifier and TypeMethodDescriptionstatic ModuleRevisionId
void
BundleInfo.setVersionTarget
(Version versionTarget) Constructors in org.apache.ivy.osgi.core with parameters of type VersionModifierConstructorDescriptionBundleCapability
(String type, String name, Version version) BundleInfo
(String name, Version version) ExportPackage
(String name, Version version) -
Uses of Version in org.apache.ivy.osgi.obr.xml
Fields in org.apache.ivy.osgi.obr.xml declared as VersionModifier and TypeFieldDescriptionprivate Version
RequirementAdapter.endVersion
private Version
RequirementAdapter.startVersion
-
Uses of Version in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as VersionModifier and TypeFieldDescriptionprivate Version
P2Artifact.version
(package private) Version
P2MetadataParser.ProvidedHandler.version
Fields in org.apache.ivy.osgi.p2 with type parameters of type VersionModifier and TypeFieldDescriptionprivate Map<String,
Map<Version, BundleInfo>> P2Descriptor.sourceBundles
private Map<String,
Map<Version, BundleInfo>> P2Descriptor.sourceTargetBundles
Methods in org.apache.ivy.osgi.p2 that return VersionMethods in org.apache.ivy.osgi.p2 with parameters of type VersionModifier and TypeMethodDescriptionvoid
Constructors in org.apache.ivy.osgi.p2 with parameters of type Version -
Uses of Version in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo declared as VersionMethods in org.apache.ivy.osgi.repo that return VersionMethods in org.apache.ivy.osgi.repo with parameters of type VersionModifier and TypeMethodDescriptionEditableRepoDescriptor.findModule
(String symbolicName, Version version) Constructors in org.apache.ivy.osgi.repo with parameters of type VersionModifierConstructorDescriptionBundleCapabilityAndLocation
(String type, String name, Version version, BundleInfo bundleInfo) -
Uses of Version in org.apache.ivy.osgi.updatesite.xml
Fields in org.apache.ivy.osgi.updatesite.xml declared as VersionModifier and TypeFieldDescriptionprivate Version
EclipseFeature.version
private Version
EclipsePlugin.version
private Version
Require.version
Methods in org.apache.ivy.osgi.updatesite.xml that return VersionModifier and TypeMethodDescriptionEclipseFeature.getVersion()
EclipsePlugin.getVersion()
Require.getVersion()
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type VersionModifier and TypeMethodDescriptionvoid
EclipsePlugin.setVersion
(Version version) void
Require.setVersion
(Version version) Constructors in org.apache.ivy.osgi.updatesite.xml with parameters of type Version -
Uses of Version in org.apache.ivy.osgi.util
Fields in org.apache.ivy.osgi.util declared as VersionModifier and TypeFieldDescriptionprivate Version
VersionRange.endVersion
private Version
VersionRange.startVersion
Fields in org.apache.ivy.osgi.util with type parameters of type VersionModifier and TypeFieldDescriptionstatic final Comparator<Version>
VersionComparator.ASCENDING
static final Comparator<Version>
VersionComparator.DESCENDING
Methods in org.apache.ivy.osgi.util that return VersionModifier and TypeMethodDescriptionVersionRange.getEndVersion()
VersionRange.getStartVersion()
private Version
VersionRange.VersionRangeParser.parseVersion()
Version.withNudgedPatch()
Version.withoutQualifier()
Methods in org.apache.ivy.osgi.util with parameters of type VersionConstructors in org.apache.ivy.osgi.util with parameters of type VersionModifierConstructorDescriptionBuild a version from another one while appending an extra qualifierVersionRange
(boolean startExclusive, Version startVersion, boolean endExclusive, Version endVersion) VersionRange
(Version startVersion)