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