Uses of Class
de.mnl.osgi.bnd.maven.BoundArchive
-
Packages that use BoundArchive 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 BoundArchive in de.mnl.osgi.bnd.maven
Methods in de.mnl.osgi.bnd.maven that return BoundArchive Modifier and Type Method Description BoundArchiveBoundRevision. archive()Get the default archive (extension "jar", no classifier) for this revision.BoundArchiveBoundRevision. archive(MavenVersion version, String extension, String classifier)Get an archive from this revision.BoundArchiveBoundRevision. archive(String extension, String classifier)Get a bound archive from this revision.BoundArchiveMavenResource. boundArchive()Returns the bound archive.BoundArchiveMavenResourceRepository.MavenResourceImpl. boundArchive()BoundArchiveCompositeMavenRepository. resolve(BoundRevision revision, String extension, String classifier)Gets the resolved archive.Methods in de.mnl.osgi.bnd.maven that return types with arguments of type BoundArchive Modifier and Type Method Description Optional<BoundArchive>CompositeMavenRepository. find(aQute.maven.api.Archive archive)Converts anArchiveto aBoundArchive.Methods in de.mnl.osgi.bnd.maven with parameters of type BoundArchive Modifier and Type Method Description protected voidCompositeMavenRepository. refreshSnapshot(BoundArchive archive)Refresh a snapshot.MavenResourceMavenResourceRepository. resource(BoundArchive archive, CompositeMavenRepository.BinaryLocation location)Creates aMavenResourcefor the given archive. -
Uses of BoundArchive in de.mnl.osgi.bnd.repository.maven.idxmvn
Methods in de.mnl.osgi.bnd.repository.maven.idxmvn that return types with arguments of type BoundArchive 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.
-