| 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 |
|---|---|
Optional<Distribution> |
ImmutablePlatform.distribution() |
abstract Optional<Distribution> |
Platform.distribution() |
List<? extends Distribution> |
OS.distributions() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.distribution(Distribution distribution)
Initializes the optional value
distribution to distribution. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Distribution value)
Copy the current immutable object by setting a present value for the optional
distribution attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.distribution(Optional<? extends Distribution> distribution)
Initializes the optional value
distribution to distribution. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Optional<? extends Distribution> optional)
Copy the current immutable object by setting an optional value for the
distribution attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBSDDistribution |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxDistribution |
| Modifier and Type | Class and Description |
|---|---|
class |
OS_X_Distribution |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisDistribution |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsDistribution |
Copyright © 2022. All rights reserved.