| 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 | Interface and Description |
|---|---|
interface |
VersionWithPriority |
| Modifier and Type | Method and Description |
|---|---|
Optional<Version> |
ImmutablePlatform.version() |
abstract 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 int |
VersionWithPriority.priorityOf(Optional<? extends Version> version) |
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 |
AmazonVersion |
class |
CentosVersion |
class |
DebianVersion |
class |
LinuxMintVersion |
class |
OpenSUSEVersion
NAME="openSUSE Tumbleweed"
# VERSION="20211127"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20211127"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20211127"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"
|
class |
OracleVersion |
class |
RedhatVersion |
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 © 2022. All rights reserved.