Uses of Class
org.eclipse.aether.ConfigurationProperties.HttpVersion
-
Packages that use ConfigurationProperties.HttpVersion Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of ConfigurationProperties.HttpVersion in org.eclipse.aether
Fields in org.eclipse.aether declared as ConfigurationProperties.HttpVersion Modifier and Type Field Description static ConfigurationProperties.HttpVersionConfigurationProperties. DEFAULT_HTTP_VERSIONDefault value ifConfigurationProperties.HTTP_VERSIONis not set.Methods in org.eclipse.aether that return ConfigurationProperties.HttpVersion Modifier and Type Method Description static ConfigurationProperties.HttpVersionConfigurationProperties.HttpVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurationProperties.HttpVersion[]ConfigurationProperties.HttpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-