| Package | Description |
|---|---|
| org.brains2b.enums |
| Modifier and Type | Method and Description |
|---|---|
static JavaVersion |
JavaVersion.getVersion()
get the current java version as an enum
|
static JavaVersion |
JavaVersion.getVersion(java.lang.String javaRt)
get the correct enum value from the java runtime information
|
static JavaVersion |
JavaVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaVersion[] |
JavaVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|