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 MavenVersionRangeMavenVersionRange. ALLstatic MavenVersionRangeMavenVersionRange. NONEMethods in de.mnl.osgi.bnd.maven that return MavenVersionRange Modifier and Type Method Description MavenVersionRangeMavenVersionRange. complement()Returns the complementary version rang.static MavenVersionRangeMavenVersionRange. parseRange(String version)Creates a new maven version range from the given representation.MavenVersionRangeMavenVersionRange. 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 MavenVersionRangeMavenVersionRange. 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 MavenVersionRangeVersionSpecification. excluded(VersionSpecification[] specs, String artifact)Find the exclude version range for the artifact with the given name. 
 -