public interface PackagesStorageConfiguration
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties()
Get all properties for the configuration.
|
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 propertyProperties getProperties()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.