| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonArchitecture |
| Modifier and Type | Method and Description |
|---|---|
Optional<Architecture> |
ImmutablePlatform.architecture() |
Optional<Architecture> |
Platform.architecture() |
List<Architecture> |
OS.architectures() |
static Optional<Architecture> |
Platform.detectArchitecture(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
List<Architecture> architectures) |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.architecture(Architecture architecture)
Initializes the optional value
architecture to architecture. |
ImmutablePlatform |
ImmutablePlatform.withArchitecture(Architecture value)
Copy the current immutable object by setting a present value for the optional
architecture attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.architecture(Optional<? extends Architecture> architecture)
Initializes the optional value
architecture to architecture. |
static Optional<Architecture> |
Platform.detectArchitecture(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
List<Architecture> architectures) |
ImmutablePlatform |
ImmutablePlatform.withArchitecture(Optional<? extends Architecture> optional)
Copy the current immutable object by setting an optional value for the
architecture attribute. |
Copyright © 2023. All rights reserved.