Interface StoreProperties
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface StoreProperties extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDirectory()Gets the value of the directory property.List<org.jvnet.hk2.config.types.Property>getProperty()Properties as perPropertyBagStringgetReapIntervalInSeconds()Gets the value of the reapIntervalInSeconds property.voidsetDirectory(String value)Sets the value of the directory property.voidsetReapIntervalInSeconds(String value)Sets the value of the reapIntervalInSeconds property.
-
-
-
Method Detail
-
getDirectory
String getDirectory()
Gets the value of the directory property.- Returns:
- possible object is
String
-
setDirectory
void setDirectory(String value) throws PropertyVetoException
Sets the value of the directory property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getReapIntervalInSeconds
String getReapIntervalInSeconds()
Gets the value of the reapIntervalInSeconds property.- Returns:
- possible object is
String
-
setReapIntervalInSeconds
void setReapIntervalInSeconds(String value) throws PropertyVetoException
Sets the value of the reapIntervalInSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getProperty
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()Properties as perPropertyBag- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-
-