public static enum FileConfiguration.OS extends Enum<FileConfiguration.OS>
| Modifier and Type | Method and Description | 
|---|---|
static FileConfiguration.OS | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FileConfiguration.OS[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FileConfiguration.OS windows
public static final FileConfiguration.OS unix
public static final FileConfiguration.OS mac
public static FileConfiguration.OS[] values()
for (FileConfiguration.OS c : FileConfiguration.OS.values()) System.out.println(c);
public static FileConfiguration.OS 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 null