public interface IPropertiesProvider
| Modifier and Type | Method and Description | 
|---|---|
IFuture<Properties> | 
getProperties()
Write current state into properties. 
 | 
IFuture<java.lang.Void> | 
setProperties(Properties props)
Update from given properties. 
 | 
IFuture<java.lang.Void> setProperties(Properties props)
IFuture<Properties> getProperties()