Interface PackagesStorageConfiguration
- All Known Implementing Classes:
DefaultPackagesStorageConfiguration
public interface PackagesStorageConfiguration
Packages storage configuration is used to set and get the storage related configuration values.
-
Method Summary
Modifier and TypeMethodDescriptionGet all properties for the configuration.getProperty(String key) Get a property with the key.voidsetProperty(String key, String value) Set a property with the key.voidsetProperty(Properties properties) Set a group of the property.
-
Method Details
-
getProperty
Get a property with the key.- Parameters:
key- property key- Returns:
- the value
-
setProperty
Set a property with the key.- Parameters:
key- property keyvalue- property value
-
setProperty
Set a group of the property.- Parameters:
properties- a group of the property
-
getProperties
Properties getProperties()Get all properties for the configuration.- Returns:
- all properties for the configuration
-