public interface PropertySet
Provides access to settings.
The following types are supported:Instances are assumed to be not threadsafe and mutable.
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key)
Gets a setting value.
|
Object |
putProperty(String key,
Object value)
Puts a setting value.
|
Object |
removeProperty(String key)
Removes a setting value
|
Object getProperty(String key)
key - The setting key. Cannot be nullObject putProperty(String key, Object value)
key - Setting key. Cannot be nullvalue - Setting value. Must be one of String, List, Properties or null. a null value is equivalent to removeProperty(String)IllegalArgumentException - if value is not String, List, Properties or null.Copyright © 2020 Atlassian. All rights reserved.