static enum JavaBinFinder.OS extends Enum<JavaBinFinder.OS>
| Modifier and Type | Method and Description |
|---|---|
(package private) static JavaBinFinder.OS |
determineOS() |
String |
getVersion() |
void |
setVersion(String version) |
static JavaBinFinder.OS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaBinFinder.OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaBinFinder.OS WINDOWS
public static final JavaBinFinder.OS LINUX
public static final JavaBinFinder.OS MAC
public static final JavaBinFinder.OS OTHER
public static JavaBinFinder.OS[] values()
for (JavaBinFinder.OS c : JavaBinFinder.OS.values()) System.out.println(c);
public static JavaBinFinder.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 nullpublic String getVersion()
public void setVersion(String version)
static JavaBinFinder.OS determineOS()
Copyright © 2019 JBoss by Red Hat. All rights reserved.