public enum PopOSVersion extends Enum<PopOSVersion> implements de.flapdoodle.os.Version
| Enum Constant and Description |
|---|
POP_OS_22_4 |
| Modifier and Type | Method and Description |
|---|---|
UbuntuVersion |
matchingUbuntuVersion() |
List<de.flapdoodle.os.common.Peculiarity> |
pecularities() |
static PopOSVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopOSVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PopOSVersion POP_OS_22_4
public static PopOSVersion[] values()
for (PopOSVersion c : PopOSVersion.values()) System.out.println(c);
public static PopOSVersion 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.