Uses of Class
org.eclipse.aether.transfer.HttpTransportProperty.Key
-
Packages that use HttpTransportProperty.Key Package Description org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository. -
-
Uses of HttpTransportProperty.Key in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that return HttpTransportProperty.Key Modifier and Type Method Description static HttpTransportProperty.KeyHttpTransportProperty.Key. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpTransportProperty.Key[]HttpTransportProperty.Key. values()Returns an array containing the constants of this enum type, in the order they are declared.
-