public class ChainedPropertyProvider extends Object implements PropertyProvider
Modifier and Type | Field and Description |
---|---|
protected List<PropertyProvider> |
propertyProviders |
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 final List<PropertyProvider> propertyProviders
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.