public interface PackagesStorageConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Get a property with the key.
|
void |
setProperty(Properties properties)
Set a group of the property.
|
void |
setProperty(String key,
String value)
Set a property with the key.
|
String getProperty(String key)
key - property keyvoid setProperty(String key, String value)
key - property keyvalue - property valuevoid setProperty(Properties properties)
properties - a group of the propertyCopyright © 2017–2022 Apache Software Foundation. All rights reserved.