public class ChainedPropertyProvider extends Object implements PropertyProvider
Modifier and Type | Field and Description |
---|---|
protected List<PropertyProvider> |
propertyProviders |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getProperty(@NotNull String key)
Retrieve property value
|
boolean |
hasProperty(@NotNull String key)
Does this provider have a given property
|
protected final List<PropertyProvider> propertyProviders
public boolean hasProperty(@NotNull @NotNull String key)
PropertyProvider
hasProperty
in interface PropertyProvider
key
- property key@Nullable public @Nullable String getProperty(@NotNull @NotNull String key)
PropertyProvider
getProperty
in interface PropertyProvider
key
- property keyCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.