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 BoundArchive
BoundRevision. archive()
Get the default archive (extension "jar", no classifier) for this revision.BoundArchive
BoundRevision. archive(MavenVersion version, String extension, String classifier)
Get an archive from this revision.BoundArchive
BoundRevision. archive(String extension, String classifier)
Get a bound archive from this revision.BoundArchive
MavenResource. boundArchive()
Returns the bound archive.BoundArchive
MavenResourceRepository.MavenResourceImpl. boundArchive()
BoundArchive
CompositeMavenRepository. 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 anArchive
to aBoundArchive
.Methods in de.mnl.osgi.bnd.maven with parameters of type BoundArchive Modifier and Type Method Description protected void
CompositeMavenRepository. refreshSnapshot(BoundArchive archive)
Refresh a snapshot.MavenResource
MavenResourceRepository. resource(BoundArchive archive, CompositeMavenRepository.BinaryLocation location)
Creates aMavenResource
for 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.
-