public interface ConfigurationMetadataRepository
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROOT_GROUP
Defines the name of the "root" group, that is the group that gathers all the
properties that aren't attached to a specific group.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigurationMetadataGroup> |
getAllGroups()
Return the groups, indexed by id.
|
java.util.Map<java.lang.String,ConfigurationMetadataProperty> |
getAllProperties()
Return the properties, indexed by id.
|
static final java.lang.String ROOT_GROUP
java.util.Map<java.lang.String,ConfigurationMetadataGroup> getAllGroups()
java.util.Map<java.lang.String,ConfigurationMetadataProperty> getAllProperties()