Package ch.kk7.confij.source.env
Class ExplicitPropertiesSource
- java.lang.Object
-
- ch.kk7.confij.source.format.PropertiesFormat
-
- ch.kk7.confij.source.env.ExplicitPropertiesSource
-
- All Implemented Interfaces:
ConfijSource,ConfijFormat
public class ExplicitPropertiesSource extends PropertiesFormat implements ConfijSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.kk7.confij.source.format.PropertiesFormat
PropertiesFormat.PropertiesAnyFormat
-
-
Constructor Summary
Constructors Constructor Description ExplicitPropertiesSource()ExplicitPropertiesSource(java.util.Properties properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExplicitPropertiesSourceof(java.lang.String key, java.lang.String value)voidoverride(ConfijNode rootNode)ExplicitPropertiesSourceset(java.lang.String key, java.lang.String value)-
Methods inherited from class ch.kk7.confij.source.format.PropertiesFormat
flatmapPrefixedBy, flatToNestedMap, flatToNestedMapWithPrefix, keyConflict, override, overrideWithDeepMap, overrideWithFlatMap, overrideWithProperties, withoutPrefix
-
-
-
-
Method Detail
-
of
public static ExplicitPropertiesSource of(java.lang.String key, java.lang.String value)
-
set
public ExplicitPropertiesSource set(java.lang.String key, java.lang.String value)
-
override
public void override(ConfijNode rootNode)
- Specified by:
overridein interfaceConfijSource
-
-