Uses of Interface
org.confng.api.ConfNGKey
-
Packages that use ConfNGKey Package Description org.confng -
-
Uses of ConfNGKey in org.confng
Methods in org.confng that return types with arguments of type ConfNGKey Modifier and Type Method Description static List<ConfNGKey>ConfNG. discoverAllConfigKeys(String... basePackages)Discovers all ConfNGKey implementations in the classpath.Methods in org.confng with parameters of type ConfNGKey Modifier and Type Method Description static StringConfNG. get(ConfNGKey key)Gets a configuration value for the given key.static StringConfNG. getAllForDisplay(ConfNGKey... keys)Gets all configuration values for display purposes.static BooleanConfNG. getBoolean(ConfNGKey key)Gets a configuration value as a boolean.static StringConfNG. getForDisplay(ConfNGKey key)Gets a configuration value with masking for sensitive data.static IntegerConfNG. getInt(ConfNGKey key)Gets a configuration value as an integer.
-