Uses of Class
de.mnl.osgi.bnd.maven.BoundRevision
-
Packages that use BoundRevision 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 BoundRevision in de.mnl.osgi.bnd.maven
Methods in de.mnl.osgi.bnd.maven that return BoundRevision Modifier and Type Method Description BoundRevisionBoundArchive. revision()Return the archive's revision, bound to its backing repository.Methods in de.mnl.osgi.bnd.maven that return types with arguments of type BoundRevision Modifier and Type Method Description Optional<BoundRevision>CompositeMavenRepository. find(aQute.maven.api.Program program, MavenVersionSpecification version)Converts aProgramand a version, which may be a range, to aBoundRevision.Optional<BoundRevision>CompositeMavenRepository. find(aQute.maven.api.Revision revision)Converts aRevisionto aBoundRevision.Stream<BoundRevision>CompositeMavenRepository. findRevisions(aQute.maven.api.Program program)Get the bound revisions of the given program.Methods in de.mnl.osgi.bnd.maven with parameters of type BoundRevision Modifier and Type Method Description intBoundRevision. compareTo(BoundRevision other)Compare to other revision.BoundArchiveCompositeMavenRepository. resolve(BoundRevision revision, String extension, String classifier)Gets the resolved archive. -
Uses of BoundRevision in de.mnl.osgi.bnd.repository.maven.idxmvn
Methods in de.mnl.osgi.bnd.repository.maven.idxmvn with parameters of type BoundRevision Modifier and Type Method Description 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.
-