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