Uses of Enum
org.conscrypt.HostProperties.OperatingSystem
Packages that use HostProperties.OperatingSystem
-
Uses of HostProperties.OperatingSystem in org.conscrypt
Subclasses with type arguments of type HostProperties.OperatingSystem in org.conscryptModifier and TypeClassDescription(package private) static enumEnumeration of operating systems.Fields in org.conscrypt declared as HostProperties.OperatingSystemModifier and TypeFieldDescription(package private) static final HostProperties.OperatingSystemHostProperties.OSMethods in org.conscrypt that return HostProperties.OperatingSystemModifier and TypeMethodDescriptionprivate static HostProperties.OperatingSystemHostProperties.getOperatingSystem(String value) Normalizes the os.name value into the value used by the Maven os plugin (https://github.com/trustin/os-maven-plugin).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.