| Modifier and Type | Field and Description |
|---|---|
Platform.Architecture |
Platform.architecture
The architecture of the platform.
|
| Modifier and Type | Method and Description |
|---|---|
static Platform.Architecture |
Platform.Architecture.detected()
Returns the architecture of the detected operating system.
|
static Platform.Architecture |
Platform.Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform.Architecture[] |
Platform.Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.