| Modifier and Type | Field | Description |
|---|---|---|
static Architecture |
Architecture.AMD64 |
Static value amd64 for Architecture.
|
static Architecture |
Architecture.ARM |
Static value arm for Architecture.
|
static Architecture |
Architecture.X86 |
Static value x86 for Architecture.
|
| Modifier and Type | Method | Description |
|---|---|---|
Architecture |
PlatformProperties.architecture() |
Get the OS architecture.
|
Architecture |
PlatformUpdateParameters.architecture() |
Get the OS architecture.
|
static Architecture |
Architecture.fromString(String name) |
Creates or finds a Architecture from its string representation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<Architecture> |
Architecture.values() |
| Modifier and Type | Method | Description |
|---|---|---|
PlatformProperties |
PlatformProperties.withArchitecture(Architecture architecture) |
Set the OS architecture.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withArchitecture(Architecture architecture) |
Set the OS architecture.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/