| Package | Description |
|---|---|
| de.flapdoodle.os | |
| de.flapdoodle.os.freebsd | |
| de.flapdoodle.os.linux | |
| de.flapdoodle.os.osx | |
| de.flapdoodle.os.solaris | |
| de.flapdoodle.os.windows |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Version> |
Platform.detectVersion(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
Distribution distribution) |
static Optional<Version> |
Platform.detectVersion(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
List<? extends Version> versions) |
Optional<Version> |
ImmutablePlatform.version() |
Optional<Version> |
Platform.version() |
List<? extends Version> |
Distribution.versions() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.version(Version version)
Initializes the optional value
version to version. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Version value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Version> |
Platform.detectVersion(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
List<? extends Version> versions) |
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.version(Optional<? extends Version> version)
Initializes the optional value
version to version. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Optional<? extends Version> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
FreeBSDDistribution.versions() |
| Modifier and Type | Class and Description |
|---|---|
class |
CentosVersion |
class |
UbuntuVersion |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Version> |
LinuxDistribution.versions() |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
OS_X_Distribution.versions() |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
SolarisDistribution.versions() |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
WindowsDistribution.versions() |
Copyright © 2021. All rights reserved.