Uses of Class
org.apache.ivy.osgi.util.VersionRange
-
Packages that use VersionRange Package Description org.apache.ivy.osgi.core org.apache.ivy.osgi.obr.xml org.apache.ivy.osgi.p2 -
-
Uses of VersionRange in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core declared as VersionRange Modifier and Type Field Description private VersionRange
BundleRequirement. version
Methods in org.apache.ivy.osgi.core that return VersionRange Modifier and Type Method Description VersionRange
BundleRequirement. getVersion()
private static VersionRange
ManifestParser. versionRangeOf(java.lang.String v)
Methods in org.apache.ivy.osgi.core with parameters of type VersionRange Modifier and Type Method Description static ModuleRevisionId
BundleInfoAdapter. asMrid(java.lang.String type, java.lang.String name, VersionRange v)
Constructors in org.apache.ivy.osgi.core with parameters of type VersionRange Constructor Description BundleRequirement(java.lang.String type, java.lang.String name, VersionRange version, java.lang.String resolution)
-
Uses of VersionRange in org.apache.ivy.osgi.obr.xml
Methods in org.apache.ivy.osgi.obr.xml that return VersionRange Modifier and Type Method Description private VersionRange
RequirementAdapter. getVersionRange()
Methods in org.apache.ivy.osgi.obr.xml with parameters of type VersionRange Modifier and Type Method Description private static void
OBRXMLWriter. appendVersion(java.lang.StringBuilder filter, VersionRange v)
-
Uses of VersionRange in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as VersionRange Modifier and Type Field Description (package private) VersionRange
P2MetadataParser.RequiredHandler. range
-