Uses of Class
de.mnl.osgi.bnd.maven.CompositeMavenRepository.BinaryLocation
-
Packages that use CompositeMavenRepository.BinaryLocation 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 CompositeMavenRepository.BinaryLocation in de.mnl.osgi.bnd.maven
Methods in de.mnl.osgi.bnd.maven that return CompositeMavenRepository.BinaryLocation Modifier and Type Method Description static CompositeMavenRepository.BinaryLocation
CompositeMavenRepository.BinaryLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompositeMavenRepository.BinaryLocation[]
CompositeMavenRepository.BinaryLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mnl.osgi.bnd.maven with parameters of type CompositeMavenRepository.BinaryLocation 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.MavenResource
MavenResourceRepository. resource(BoundArchive archive, CompositeMavenRepository.BinaryLocation location)
Creates aMavenResource
for the given archive.
-