public interface PropertySheet
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties() |
String |
getProperty(String key) |
Enumeration<?> |
getPropertyNames() |
boolean |
hasProperties() |
void |
setProperties(Properties properties) |
void |
setProperty(String key,
String value) |
String getProperty(String key)
void setProperty(String key, String value)
Enumeration<?> getPropertyNames()
boolean hasProperties()
Properties getProperties()
void setProperties(Properties properties)
Copyright © 2016 Nuxeo SA. All rights reserved.