Package | Description |
---|---|
io.fabric8.maven.docker.config.handler.property |
Modifier and Type | Method and Description |
---|---|
static ConfigKey |
ConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigKey[] |
ConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
ValueProvider.getBoolean(ConfigKey key,
Boolean fromConfig) |
Double |
ValueProvider.getDouble(ConfigKey key,
Double fromConfig) |
int |
ValueProvider.getInt(ConfigKey key,
Integer fromConfig) |
Integer |
ValueProvider.getInteger(ConfigKey key,
Integer fromConfig) |
List<Integer> |
ValueProvider.getIntList(ConfigKey key,
List<Integer> fromConfig) |
List<String> |
ValueProvider.getList(ConfigKey key,
List<String> fromConfig) |
Long |
ValueProvider.getLong(ConfigKey key,
Long fromConfig) |
Map<String,String> |
ValueProvider.getMap(ConfigKey key,
Map<String,String> fromConfig) |
<T> T |
ValueProvider.getObject(ConfigKey key,
T fromConfig,
com.google.common.base.Function<String,T> converter) |
String |
ValueProvider.getString(ConfigKey key,
String fromConfig) |
Copyright © 2021. All rights reserved.