Class PropertiesPropertySource
java.lang.Object
org.togglz.spring.boot.actuate.autoconfigure.PropertiesPropertySource
- All Implemented Interfaces:
org.togglz.core.repository.property.PropertySource
public class PropertiesPropertySource
extends Object
implements org.togglz.core.repository.property.PropertySource
PropertySource implementation for use with Properties.- Author:
- Marcel Overdijk
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.togglz.core.repository.property.PropertySource
org.togglz.core.repository.property.PropertySource.Editor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.togglz.core.repository.property.PropertySource.EditorgetKeysStartingWith(String prefix) void
-
Constructor Details
-
PropertiesPropertySource
-
-
Method Details
-
reloadIfUpdated
public void reloadIfUpdated()- Specified by:
reloadIfUpdatedin interfaceorg.togglz.core.repository.property.PropertySource
-
getKeysStartingWith
- Specified by:
getKeysStartingWithin interfaceorg.togglz.core.repository.property.PropertySource
-
getValue
- Specified by:
getValuein interfaceorg.togglz.core.repository.property.PropertySource
-
getEditor
public org.togglz.core.repository.property.PropertySource.Editor getEditor()- Specified by:
getEditorin interfaceorg.togglz.core.repository.property.PropertySource
-