public interface StoreProperties
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Gets the value of the directory property.
|
List<org.jvnet.hk2.config.types.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.
|
String getDirectory()
Stringvoid setDirectory(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getReapIntervalInSeconds()
Stringvoid setReapIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.