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 VersionBundleInfo. DEFAULT_VERSIONprivate VersionBundleCapability. versionprivate VersionBundleInfo. versionprivate VersionBundleInfo. versionTargetthe version of the bundle it is source ofMethods in org.apache.ivy.osgi.core that return Version Modifier and Type Method Description VersionBundleCapability. getRawVersion()VersionBundleInfo. getRawVersion()VersionBundleCapability. getVersion()VersionBundleInfo. getVersion()VersionExportPackage. getVersion()VersionBundleInfo. getVersionTarget()private static VersionManifestParser. versionOf(java.lang.String v)Methods in org.apache.ivy.osgi.core with parameters of type Version Modifier and Type Method Description static ModuleRevisionIdBundleInfoAdapter. asMrid(java.lang.String type, java.lang.String name, Version v)voidBundleInfo. 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 VersionRequirementAdapter. endVersionprivate VersionRequirementAdapter. 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 VersionP2Artifact. version(package private) VersionP2MetadataParser.ProvidedHandler. versionFields 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. sourceBundlesprivate java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>P2Descriptor. sourceTargetBundlesMethods in org.apache.ivy.osgi.p2 that return Version Modifier and Type Method Description VersionP2Artifact. getVersion()Methods in org.apache.ivy.osgi.p2 with parameters of type Version Modifier and Type Method Description voidP2Descriptor. 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 VersionBundleCapabilityAndLocation. versionMethods in org.apache.ivy.osgi.repo that return Version Modifier and Type Method Description VersionBundleCapabilityAndLocation. getVersion()Methods in org.apache.ivy.osgi.repo with parameters of type Version Modifier and Type Method Description ModuleDescriptorWrapperEditableRepoDescriptor. 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 VersionEclipseFeature. versionprivate VersionEclipsePlugin. versionprivate VersionRequire. versionMethods in org.apache.ivy.osgi.updatesite.xml that return Version Modifier and Type Method Description VersionEclipseFeature. getVersion()VersionEclipsePlugin. getVersion()VersionRequire. getVersion()Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type Version Modifier and Type Method Description voidEclipsePlugin. setVersion(Version version)voidRequire. 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 VersionVersionRange. endVersionprivate VersionVersionRange. startVersionFields in org.apache.ivy.osgi.util with type parameters of type Version Modifier and Type Field Description static java.util.Comparator<Version>VersionComparator. ASCENDINGstatic java.util.Comparator<Version>VersionComparator. DESCENDINGMethods in org.apache.ivy.osgi.util that return Version Modifier and Type Method Description VersionVersionRange. getEndVersion()VersionVersionRange. getStartVersion()private VersionVersionRange.VersionRangeParser. parseVersion()VersionVersion. withNudgedPatch()VersionVersion. withoutQualifier()Methods in org.apache.ivy.osgi.util with parameters of type Version Modifier and Type Method Description intVersionComparator. compare(Version objA, Version objB)intVersion. compareTo(Version other)intVersion. compareUnqualified(Version other)booleanVersionRange. 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)
-