public class SimplePropertyProvider extends Object implements PropertyProvider
| Modifier | Constructor and Description |
|---|---|
protected |
SimplePropertyProvider(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Retrieve property value
|
boolean |
hasProperty(String key)
Does this provider have a given property
|
protected SimplePropertyProvider(@NotNull
Properties properties)
public boolean hasProperty(@NotNull
String key)
PropertyProviderhasProperty in interface PropertyProviderkey - property key@Nullable public String getProperty(@NotNull String key)
PropertyProvidergetProperty in interface PropertyProviderkey - property keyCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.