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 VersionRangeBundleRequirement. versionMethods in org.apache.ivy.osgi.core that return VersionRange Modifier and Type Method Description VersionRangeBundleRequirement. getVersion()private static VersionRangeManifestParser. versionRangeOf(java.lang.String v)Methods in org.apache.ivy.osgi.core with parameters of type VersionRange Modifier and Type Method Description static ModuleRevisionIdBundleInfoAdapter. 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 VersionRangeRequirementAdapter. getVersionRange()Methods in org.apache.ivy.osgi.obr.xml with parameters of type VersionRange Modifier and Type Method Description private static voidOBRXMLWriter. 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) VersionRangeP2MetadataParser.RequiredHandler. range
-