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 VersionBundleInfo.DEFAULT_VERSIONprivate final VersionBundleCapability.versionprivate VersionBundleInfo.versionprivate VersionBundleInfo.versionTargetthe 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 VersionMethods in org.apache.ivy.osgi.core with parameters of type VersionModifier and TypeMethodDescriptionstatic ModuleRevisionIdvoidBundleInfo.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 VersionRequirementAdapter.endVersionprivate VersionRequirementAdapter.startVersion -
Uses of Version in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as VersionModifier and TypeFieldDescriptionprivate VersionP2Artifact.version(package private) VersionP2MetadataParser.ProvidedHandler.versionFields in org.apache.ivy.osgi.p2 with type parameters of type VersionModifier and TypeFieldDescriptionprivate Map<String,Map<Version, BundleInfo>> P2Descriptor.sourceBundlesprivate Map<String,Map<Version, BundleInfo>> P2Descriptor.sourceTargetBundlesMethods in org.apache.ivy.osgi.p2 that return VersionMethods in org.apache.ivy.osgi.p2 with parameters of type VersionModifier and TypeMethodDescriptionvoidConstructors 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 VersionEclipseFeature.versionprivate VersionEclipsePlugin.versionprivate VersionRequire.versionMethods 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 TypeMethodDescriptionvoidEclipsePlugin.setVersion(Version version) voidRequire.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 VersionVersionRange.endVersionprivate VersionVersionRange.startVersionFields in org.apache.ivy.osgi.util with type parameters of type VersionModifier and TypeFieldDescriptionstatic final Comparator<Version>VersionComparator.ASCENDINGstatic final Comparator<Version>VersionComparator.DESCENDINGMethods in org.apache.ivy.osgi.util that return VersionModifier and TypeMethodDescriptionVersionRange.getEndVersion()VersionRange.getStartVersion()private VersionVersionRange.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)