接口 PackagesStorageConfiguration
- 所有已知实现类:
DefaultPackagesStorageConfiguration
public interface PackagesStorageConfiguration
Packages storage configuration is used to set and get the storage related configuration values.
-
方法概要
修饰符和类型方法说明Get 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.
-
方法详细资料
-
getProperty
Get a property with the key.- 参数:
key- property key- 返回:
- the value
-
setProperty
Set a property with the key.- 参数:
key- property keyvalue- property value
-
setProperty
Set a group of the property.- 参数:
properties- a group of the property
-
getProperties
Properties getProperties()Get all properties for the configuration.- 返回:
- all properties for the configuration
-