Uses of Class
de.mnl.osgi.bnd.repository.maven.idxmvn.VersionSpecification
-
Packages that use VersionSpecification Package Description de.mnl.osgi.bnd.repository.maven.idxmvn -
-
Uses of VersionSpecification in de.mnl.osgi.bnd.repository.maven.idxmvn
Methods in de.mnl.osgi.bnd.repository.maven.idxmvn that return VersionSpecification Modifier and Type Method Description static VersionSpecification[]VersionSpecification. parse(Properties props)Parses the.Methods in de.mnl.osgi.bnd.repository.maven.idxmvn with parameters of type VersionSpecification Modifier and Type Method Description static MavenVersionRangeVersionSpecification. excluded(VersionSpecification[] specs, String artifact)Find the exclude version range for the artifact with the given name.static booleanVersionSpecification. isForced(VersionSpecification[] specs, aQute.maven.api.Archive archive)Checks if is forced.static Set<aQute.maven.api.Archive>VersionSpecification. toSelected(VersionSpecification[] specs, aQute.maven.api.Revision revision)Match a revision against the version specifications and return the archives that are matches by any specification.static Set<BoundArchive>VersionSpecification. toSelected(VersionSpecification[] specs, BoundRevision revision)Match a revision against the version specifications and return the archives that are matches by any specification.
-