|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyService
Contains API for managing properties.
Method Summary | |
---|---|
String[] |
getProperties(String path)
Retrieves all properties of a given resource. |
String |
getProperty(String path,
String key)
Method to retrieve the value of a specific property. |
void |
removeProperty(String path,
String key)
Method to delete a property. |
void |
setProperty(String path,
String key,
String value)
Method to set a property. |
Method Detail |
---|
String[] getProperties(String path)
path
- The resource path.
String getProperty(String path, String key)
path
- The resource path.key
- The property key.
void setProperty(String path, String key, String value)
path
- The resource path.key
- The property key.value
- The property value.void removeProperty(String path, String key)
path
- The resource path.key
- The property key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |