Uses of Enum
org.conscrypt.HostProperties.Architecture
Packages that use HostProperties.Architecture
-
Uses of HostProperties.Architecture in org.conscrypt
Fields in org.conscrypt declared as HostProperties.ArchitectureModifier and TypeFieldDescription(package private) static final HostProperties.Architecture
HostProperties.ARCH
Methods in org.conscrypt that return HostProperties.ArchitectureModifier and TypeMethodDescriptionprivate static HostProperties.Architecture
HostProperties.getArchitecture
(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
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.