@ProviderType
public interface ConfigurationData
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionItemName()In case of configuration resource collection, this returns the collection item resource name. | 
| String | getConfigName()Get configuration name. | 
| ValueMap | getEffectiveValues()Configuration values stored for the given context path merged with inherited values and default values. | 
| Set<String> | getPropertyNames()List of effective property names defined in configuration metadata or values are defined for. | 
| String | getResourcePath() | 
| ValueInfo<?> | getValueInfo(String propertyName)Get detailed metadata information about the property value. | 
| ValueMap | getValues()Configuration values stored for the given context path. | 
| boolean | isInherited() | 
| boolean | isOverridden() | 
@Nonnull String getConfigName()
@CheckForNull String getCollectionItemName()
@CheckForNull String getResourcePath()
@Nonnull Set<String> getPropertyNames()
@Nonnull ValueMap getValues()
getResourcePath() are returned.
 If this resources does not exist, the map is empty.@Nonnull ValueMap getEffectiveValues()
@CheckForNull ValueInfo<?> getValueInfo(String propertyName)
propertyName - Property nameboolean isInherited()
boolean isOverridden()
Copyright © 2017 The Apache Software Foundation. All rights reserved.