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