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.BinaryLocationCompositeMavenRepository.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 aMavenResourcefor the given program and version.MavenResourceMavenResourceRepository. resource(BoundArchive archive, CompositeMavenRepository.BinaryLocation location)Creates aMavenResourcefor the given archive.
-