Uses of Class
aQute.bnd.maven.lib.resolve.LocalURLs
-
Packages that use LocalURLs Package Description aQute.bnd.maven.lib.resolve -
-
Uses of LocalURLs in aQute.bnd.maven.lib.resolve
Methods in aQute.bnd.maven.lib.resolve that return LocalURLs Modifier and Type Method Description static LocalURLs
LocalURLs. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalURLs[]
LocalURLs. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.maven.lib.resolve with parameters of type LocalURLs Constructor Description RemotePostProcessor(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.RepositorySystem system, org.apache.maven.artifact.repository.metadata.io.MetadataReader metadataReader, LocalURLs localURLs)
-