Uses of Class
org.apache.ivy.osgi.util.Version
-
Packages that use Version Package Description org.apache.ivy.osgi.core org.apache.ivy.osgi.obr.xml org.apache.ivy.osgi.p2 org.apache.ivy.osgi.repo org.apache.ivy.osgi.updatesite.xml org.apache.ivy.osgi.util -
-
Uses of Version in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core declared as Version Modifier and Type Field Description static Version
BundleInfo. DEFAULT_VERSION
private 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 Version Modifier and Type Method Description Version
BundleCapability. getRawVersion()
Version
BundleInfo. getRawVersion()
Version
BundleCapability. getVersion()
Version
BundleInfo. getVersion()
Version
ExportPackage. getVersion()
Version
BundleInfo. getVersionTarget()
private static Version
ManifestParser. versionOf(java.lang.String v)
Methods in org.apache.ivy.osgi.core with parameters of type Version Modifier and Type Method Description static ModuleRevisionId
BundleInfoAdapter. asMrid(java.lang.String type, java.lang.String name, Version v)
void
BundleInfo. setVersionTarget(Version versionTarget)
Constructors in org.apache.ivy.osgi.core with parameters of type Version Constructor Description BundleCapability(java.lang.String type, java.lang.String name, Version version)
BundleInfo(java.lang.String name, Version version)
ExportPackage(java.lang.String name, Version version)
-
Uses of Version in org.apache.ivy.osgi.obr.xml
Fields in org.apache.ivy.osgi.obr.xml declared as Version Modifier and Type Field Description private 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 Version Modifier and Type Field Description private Version
P2Artifact. version
(package private) Version
P2MetadataParser.ProvidedHandler. version
Fields in org.apache.ivy.osgi.p2 with type parameters of type Version Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>
P2Descriptor. sourceBundles
private java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>
P2Descriptor. sourceTargetBundles
Methods in org.apache.ivy.osgi.p2 that return Version Modifier and Type Method Description Version
P2Artifact. getVersion()
Methods in org.apache.ivy.osgi.p2 with parameters of type Version Modifier and Type Method Description void
P2Descriptor. addArtifactUrl(java.lang.String classifier, java.lang.String id, Version version, java.net.URI uri, java.lang.String format)
Constructors in org.apache.ivy.osgi.p2 with parameters of type Version Constructor Description P2Artifact(java.lang.String id, Version version, java.lang.String classifier)
-
Uses of Version in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo declared as Version Modifier and Type Field Description private Version
BundleCapabilityAndLocation. version
Methods in org.apache.ivy.osgi.repo that return Version Modifier and Type Method Description Version
BundleCapabilityAndLocation. getVersion()
Methods in org.apache.ivy.osgi.repo with parameters of type Version Modifier and Type Method Description ModuleDescriptorWrapper
EditableRepoDescriptor. findModule(java.lang.String symbolicName, Version version)
Constructors in org.apache.ivy.osgi.repo with parameters of type Version Constructor Description BundleCapabilityAndLocation(java.lang.String type, java.lang.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 Version Modifier and Type Field Description private Version
EclipseFeature. version
private Version
EclipsePlugin. version
private Version
Require. version
Methods in org.apache.ivy.osgi.updatesite.xml that return Version Modifier and Type Method Description Version
EclipseFeature. getVersion()
Version
EclipsePlugin. getVersion()
Version
Require. getVersion()
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type Version Modifier and Type Method Description void
EclipsePlugin. setVersion(Version version)
void
Require. setVersion(Version version)
Constructors in org.apache.ivy.osgi.updatesite.xml with parameters of type Version Constructor Description EclipseFeature(java.lang.String id, Version version)
-
Uses of Version in org.apache.ivy.osgi.util
Fields in org.apache.ivy.osgi.util declared as Version Modifier and Type Field Description private Version
VersionRange. endVersion
private Version
VersionRange. startVersion
Fields in org.apache.ivy.osgi.util with type parameters of type Version Modifier and Type Field Description static java.util.Comparator<Version>
VersionComparator. ASCENDING
static java.util.Comparator<Version>
VersionComparator. DESCENDING
Methods in org.apache.ivy.osgi.util that return Version Modifier and Type Method Description Version
VersionRange. getEndVersion()
Version
VersionRange. getStartVersion()
private Version
VersionRange.VersionRangeParser. parseVersion()
Version
Version. withNudgedPatch()
Version
Version. withoutQualifier()
Methods in org.apache.ivy.osgi.util with parameters of type Version Modifier and Type Method Description int
VersionComparator. compare(Version objA, Version objB)
int
Version. compareTo(Version other)
int
Version. compareUnqualified(Version other)
boolean
VersionRange. contains(Version version)
Constructors in org.apache.ivy.osgi.util with parameters of type Version Constructor Description Version(Version baseVersion, java.lang.String extraQualifier)
Build a version from another one while appending an extra qualifierVersionRange(boolean startExclusive, Version startVersion, boolean endExclusive, Version endVersion)
VersionRange(Version startVersion)
-