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)
PropertyProvider
hasProperty
in interface PropertyProvider
key
- property key@Nullable public String getProperty(@NotNull String key)
PropertyProvider
getProperty
in interface PropertyProvider
key
- property keyCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.