public enum LinuxMintVersion extends Enum<LinuxMintVersion> implements de.flapdoodle.os.Version
| Enum Constant and Description |
|---|
LINUX_MINT_19_0 |
LINUX_MINT_19_1 |
LINUX_MINT_19_2 |
LINUX_MINT_19_3 |
LINUX_MINT_20_0 |
LINUX_MINT_20_1 |
LINUX_MINT_20_2 |
LINUX_MINT_20_3 |
LINUX_MINT_21_0 |
LINUX_MINT_21_1 |
LINUX_MINT_21_2 |
LINUX_MINT_21_3 |
| Modifier and Type | Method and Description |
|---|---|
UbuntuVersion |
matchingUbuntuVersion() |
List<de.flapdoodle.os.common.Peculiarity> |
pecularities() |
static LinuxMintVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinuxMintVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinuxMintVersion LINUX_MINT_19_0
public static final LinuxMintVersion LINUX_MINT_19_1
public static final LinuxMintVersion LINUX_MINT_19_2
public static final LinuxMintVersion LINUX_MINT_19_3
public static final LinuxMintVersion LINUX_MINT_20_0
public static final LinuxMintVersion LINUX_MINT_20_1
public static final LinuxMintVersion LINUX_MINT_20_2
public static final LinuxMintVersion LINUX_MINT_20_3
public static final LinuxMintVersion LINUX_MINT_21_0
public static final LinuxMintVersion LINUX_MINT_21_1
public static final LinuxMintVersion LINUX_MINT_21_2
public static final LinuxMintVersion LINUX_MINT_21_3
public static LinuxMintVersion[] values()
for (LinuxMintVersion c : LinuxMintVersion.values()) System.out.println(c);
public static LinuxMintVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic UbuntuVersion matchingUbuntuVersion()
public List<de.flapdoodle.os.common.Peculiarity> pecularities()
pecularities in interface de.flapdoodle.os.common.HasPecularitiesCopyright © 2024. All rights reserved.