public enum RockyVersion extends Enum<RockyVersion> implements de.flapdoodle.os.Version
| Modifier and Type | Field and Description |
|---|---|
static String |
RELEASE_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
List<de.flapdoodle.os.common.Peculiarity> |
pecularities() |
static RockyVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RockyVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RockyVersion Rocky_8
public static final RockyVersion Rocky_9
public static final String RELEASE_FILE_NAME
public static RockyVersion[] values()
for (RockyVersion c : RockyVersion.values()) System.out.println(c);
public static RockyVersion 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 List<de.flapdoodle.os.common.Peculiarity> pecularities()
pecularities in interface de.flapdoodle.os.common.HasPecularitiesCopyright © 2024. All rights reserved.