Package ch.kk7.confij.source.env
Class EnvvarSource
java.lang.Object
ch.kk7.confij.source.format.PropertiesFormat
ch.kk7.confij.source.env.EnvvarSource
- All Implemented Interfaces:
ConfijSource,ConfijFormat
public class EnvvarSource extends PropertiesFormat implements ConfijSource
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnvvarSource.EnvvarAnySourceNested classes/interfaces inherited from class ch.kk7.confij.source.format.PropertiesFormat
PropertiesFormat.PropertiesAnyFormat -
Constructor Summary
Constructors Modifier Constructor Description protectedEnvvarSource(java.lang.String prefix) -
Method Summary
Modifier and Type Method Description voidoverride(ConfijNode rootNode)static EnvvarSourcewithPrefix(java.lang.String prefix)Methods inherited from class ch.kk7.confij.source.format.PropertiesFormat
flatmapPrefixedBy, flatToNestedMap, flatToNestedMapWithPrefix, keyConflict, override, overrideWithDeepMap, overrideWithFlatMap, overrideWithProperties, withoutPrefixMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EnvvarSource
protected EnvvarSource(java.lang.String prefix)
-
-
Method Details
-
withPrefix
-
override
- Specified by:
overridein interfaceConfijSource
-