| Package | Description |
|---|---|
| com.fizzed.rocker.compiler | |
| com.fizzed.rocker.model |
| Modifier and Type | Method and Description |
|---|---|
JavaVersion |
RockerOptions.getJavaVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RockerOptions.isGreaterThanOrEqualToJavaVersion(JavaVersion javaVersion) |
void |
RockerOptions.setJavaVersion(JavaVersion javaVersion) |
| Modifier and Type | Method and Description |
|---|---|
static JavaVersion |
JavaVersion.findByLabel(String label) |
static JavaVersion |
JavaVersion.valueOf(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.
|
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.