Uses of Class
de.mnl.osgi.bnd.maven.MavenVersionRange
-
Packages that use MavenVersionRange Package Description de.mnl.osgi.bnd.maven Some classes that may be helpful for any repository provider implementation that uses (backing) maven repositories.de.mnl.osgi.bnd.repository.maven.idxmvn -
-
Uses of MavenVersionRange in de.mnl.osgi.bnd.maven
Fields in de.mnl.osgi.bnd.maven declared as MavenVersionRange Modifier and Type Field Description static MavenVersionRange
MavenVersionRange. ALL
static MavenVersionRange
MavenVersionRange. NONE
Methods in de.mnl.osgi.bnd.maven that return MavenVersionRange Modifier and Type Method Description MavenVersionRange
MavenVersionRange. complement()
Returns the complementary version rang.static MavenVersionRange
MavenVersionRange. parseRange(String version)
Creates a new maven version range from the given representation.MavenVersionRange
MavenVersionRange. restrict(MavenVersionRange restriction)
Creates and returns a new VersionRange that is a restriction of this version range and the specified version range.Methods in de.mnl.osgi.bnd.maven with parameters of type MavenVersionRange Modifier and Type Method Description MavenVersionRange
MavenVersionRange. restrict(MavenVersionRange restriction)
Creates and returns a new VersionRange that is a restriction of this version range and the specified version range. -
Uses of MavenVersionRange in de.mnl.osgi.bnd.repository.maven.idxmvn
Methods in de.mnl.osgi.bnd.repository.maven.idxmvn that return MavenVersionRange Modifier and Type Method Description static MavenVersionRange
VersionSpecification. excluded(VersionSpecification[] specs, String artifact)
Find the exclude version range for the artifact with the given name.
-