Uses of Class
alpine.Config.AlpineKey
-
Packages that use Config.AlpineKey Package Description alpine The base Alpine package. -
-
Uses of Config.AlpineKey in alpine
Methods in alpine that return Config.AlpineKey Modifier and Type Method Description static Config.AlpineKeyConfig.AlpineKey. valueOf(String name)Returns the enum constant of this type with the specified name.static Config.AlpineKey[]Config.AlpineKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alpine with parameters of type Config.AlpineKey Modifier and Type Method Description StringConfig. getPropertyOrFile(Config.AlpineKey key)Check if key with _FILE postfix appended is a defined property name, either in the environment or in the properties configuration.
-