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.EnvvarAnySource-
Nested 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
All Methods Static Methods Instance Methods Concrete Methods 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, withoutPrefix
-
-
-
-
Method Detail
-
withPrefix
public static EnvvarSource withPrefix(java.lang.String prefix)
-
override
public void override(ConfijNode rootNode)
- Specified by:
overridein interfaceConfijSource
-
-