public class PrefixedPropertyProvider extends SimplePropertyProvider
Modifier | Constructor and Description |
---|---|
protected |
PrefixedPropertyProvider(Properties properties,
String propertyKeyPrefix) |
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 PrefixedPropertyProvider(@NotNull Properties properties, @NotNull String propertyKeyPrefix)
public boolean hasProperty(@NotNull String key)
PropertyProvider
hasProperty
in interface PropertyProvider
hasProperty
in class SimplePropertyProvider
key
- property key@Nullable public String getProperty(@NotNull String key)
PropertyProvider
getProperty
in interface PropertyProvider
getProperty
in class SimplePropertyProvider
key
- property keyCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.