| Modifier and Type | Method and Description |
|---|---|
static Configuration.Property |
Configuration.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.Property[] |
Configuration.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.Builder |
Configuration.Builder.with(Configuration.Property property,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.fromEnumMap(Map<Configuration.Property,String> map) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.