Uses of Interface
de.mnl.osgi.bnd.maven.MavenResource
-
Packages that use MavenResource Package Description de.mnl.osgi.bnd.maven Some classes that may be helpful for any repository provider implementation that uses (backing) maven repositories. -
-
Uses of MavenResource in de.mnl.osgi.bnd.maven
Classes in de.mnl.osgi.bnd.maven that implement MavenResource Modifier and Type Class Description class
MavenResourceRepository.MavenResourceImpl
A maven resource that obtains its information lazily from aCompositeMavenRepository
.Methods in de.mnl.osgi.bnd.maven that return MavenResource Modifier and Type Method Description MavenResource
MavenResourceRepository. resource(BoundArchive archive, CompositeMavenRepository.BinaryLocation location)
Creates aMavenResource
for the given archive.Methods in de.mnl.osgi.bnd.maven that return types with arguments of type MavenResource Modifier and Type Method Description Optional<MavenResource>
MavenResourceRepository. resource(aQute.maven.api.Program program, MavenVersionSpecification version, String extension, String classifier, CompositeMavenRepository.BinaryLocation location)
Creates aMavenResource
for the given program and version.
-