public interface PropertyDao
| Modifier and Type | Method and Description | 
|---|---|
void | 
addToSite(String name,
         String... sitename)
Add the property specified to the sites specified. 
 | 
Property | 
getProperty(String name)  | 
Collection<String> | 
getPropertyNames()  | 
void | 
setProperty(Property property)
Set (or re-set) a property value 
 | 
void | 
setProperty(String name,
           String description,
           String propertyValue)
Convenience method to set (or re-set) a property value 
 | 
Collection<String> getPropertyNames()
void setProperty(Property property)
property - property object with name and valuevoid setProperty(String name, String description, String propertyValue)
name - property namedescription - description of propertypropertyValue - value as a stringCopyright © 2016–2017. All rights reserved.