public class ConfigurationMetadataGroup extends Object implements Serializable
properties that are
sharing a common prefix. Provide access to all the
sources that have contributed properties to the
group.| Constructor and Description |
|---|
ConfigurationMetadataGroup(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Return the id of the group, used as a common prefix for all properties associated
to it.
|
Map<String,ConfigurationMetadataProperty> |
getProperties()
Return the
properties defined in this group. |
Map<String,ConfigurationMetadataSource> |
getSources()
Return the
sources defining the properties of
this group. |
public ConfigurationMetadataGroup(String id)
public String getId()
public Map<String,ConfigurationMetadataSource> getSources()
sources defining the properties of
this group.public Map<String,ConfigurationMetadataProperty> getProperties()
properties defined in this group.
A property may appear more than once for a given source, potentially with conflicting type or documentation. This is a "merged" view of the properties of this group.
ConfigurationMetadataSource.getProperties()Copyright © 2017 Pivotal Software, Inc.. All rights reserved.