public interface StoreProperties extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
String |
getDirectory()
Gets the value of the directory property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getReapIntervalInSeconds()
Gets the value of the reapIntervalInSeconds property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setReapIntervalInSeconds(String value)
Sets the value of the reapIntervalInSeconds property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
String getDirectory()
String
void setDirectory(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getReapIntervalInSeconds()
String
void setReapIntervalInSeconds(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2020. All rights reserved.