public interface ConfigurationMetadataRepository
Modifier and Type | Field and Description |
---|---|
static 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 |
---|---|
Map<String,ConfigurationMetadataGroup> |
getAllGroups()
Return the groups, indexed by id.
|
Map<String,ConfigurationMetadataProperty> |
getAllProperties()
Return the properties, indexed by id.
|
static final String ROOT_GROUP
Map<String,ConfigurationMetadataGroup> getAllGroups()
Map<String,ConfigurationMetadataProperty> getAllProperties()