Package ch.kk7.confij.source.env
Class SystemPropertiesSource
java.lang.Object
ch.kk7.confij.source.format.PropertiesFormat
ch.kk7.confij.source.env.SystemPropertiesSource
- All Implemented Interfaces:
ConfijSource,ConfijFormat
public class SystemPropertiesSource extends PropertiesFormat implements ConfijSource
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemPropertiesSource.SystemPropertiesAnySourceNested classes/interfaces inherited from class ch.kk7.confij.source.format.PropertiesFormat
PropertiesFormat.PropertiesAnyFormat -
Constructor Summary
Constructors Modifier Constructor Description protectedSystemPropertiesSource(java.lang.String prefix) -
Method Summary
Modifier and Type Method Description voidoverride(ConfijNode rootNode)static SystemPropertiesSourcewithPrefix(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
-
SystemPropertiesSource
protected SystemPropertiesSource(java.lang.String prefix)
-
-
Method Details
-
withPrefix
-
override
- Specified by:
overridein interfaceConfijSource
-