Uses of Class
org.conscrypt.HostProperties.OperatingSystem
-
Packages that use HostProperties.OperatingSystem Package Description org.conscrypt -
-
Uses of HostProperties.OperatingSystem in org.conscrypt
Fields in org.conscrypt declared as HostProperties.OperatingSystem Modifier and Type Field Description (package private) static HostProperties.OperatingSystem
HostProperties. OS
Methods in org.conscrypt that return HostProperties.OperatingSystem Modifier and Type Method Description private static HostProperties.OperatingSystem
HostProperties. getOperatingSystem(java.lang.String value)
Normalizes the os.name value into the value used by the Maven os plugin (https://github.com/trustin/os-maven-plugin).static HostProperties.OperatingSystem
HostProperties.OperatingSystem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HostProperties.OperatingSystem[]
HostProperties.OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-