Uses of Class
org.apache.ivy.osgi.util.VersionRange
Packages that use VersionRange
-
Uses of VersionRange in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core declared as VersionRangeMethods in org.apache.ivy.osgi.core that return VersionRangeModifier and TypeMethodDescriptionBundleRequirement.getVersion()private static VersionRangeManifestParser.versionRangeOf(String v) Methods in org.apache.ivy.osgi.core with parameters of type VersionRangeModifier and TypeMethodDescriptionstatic ModuleRevisionIdBundleInfoAdapter.asMrid(String type, String name, VersionRange v) Constructors in org.apache.ivy.osgi.core with parameters of type VersionRangeModifierConstructorDescriptionBundleRequirement(String type, String name, VersionRange version, String resolution) -
Uses of VersionRange in org.apache.ivy.osgi.obr.xml
Methods in org.apache.ivy.osgi.obr.xml that return VersionRangeMethods in org.apache.ivy.osgi.obr.xml with parameters of type VersionRangeModifier and TypeMethodDescriptionprivate static voidOBRXMLWriter.appendVersion(StringBuilder filter, VersionRange v) -
Uses of VersionRange in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as VersionRangeModifier and TypeFieldDescription(package private) VersionRangeP2MetadataParser.RequiredHandler.range