public class PropertiesPropertySource extends Object implements org.togglz.core.repository.property.PropertySource
PropertySource implementation for use with Properties.| Constructor and Description |
|---|
PropertiesPropertySource(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.togglz.core.repository.property.PropertySource.Editor |
getEditor() |
Set<String> |
getKeysStartingWith(String prefix) |
String |
getValue(String key,
String defaultValue) |
void |
reloadIfUpdated() |
public PropertiesPropertySource(Properties properties)
public void reloadIfUpdated()
reloadIfUpdated in interface org.togglz.core.repository.property.PropertySourcepublic Set<String> getKeysStartingWith(String prefix)
getKeysStartingWith in interface org.togglz.core.repository.property.PropertySourcepublic String getValue(String key, String defaultValue)
getValue in interface org.togglz.core.repository.property.PropertySourcepublic org.togglz.core.repository.property.PropertySource.Editor getEditor()
getEditor in interface org.togglz.core.repository.property.PropertySourceCopyright © 2022. All rights reserved.