Uses of Interface
alpine.Config.Key
-
Packages that use Config.Key Package Description alpine The base Alpine package. -
-
Uses of Config.Key in alpine
Classes in alpine that implement Config.Key Modifier and Type Class Description static classConfig.AlpineKeyMethods in alpine with parameters of type Config.Key Modifier and Type Method Description StringConfig. getProperty(Config.Key key)Return the configured value for the specified Key.booleanConfig. getPropertyAsBoolean(Config.Key key)Return the configured value for the specified Key.intConfig. getPropertyAsInt(Config.Key key)Return the configured value for the specified Key.longConfig. getPropertyAsLong(Config.Key key)Return the configured value for the specified Key.
-