接口 ConfigurationMetadataRepository
public interface ConfigurationMetadataRepository
A repository of configuration metadata.- 从以下版本开始:
 - 1.3.0
 
字段概要
字段 修饰符和类型 字段 说明 static StringROOT_GROUPDefines the name of the "root" group, that is the group that gathers all the properties that aren't attached to a specific group.
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Map<String,ConfigurationMetadataGroup>getAllGroups()Return the groups, indexed by id.Map<String,ConfigurationMetadataProperty>getAllProperties()Return the properties, indexed by id.
字段详细资料
ROOT_GROUP
static final 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.- 另请参阅:
 - 常量字段值
 
方法详细资料
getAllGroups
Map<String,ConfigurationMetadataGroup> getAllGroups()
Return the groups, indexed by id.- 返回:
 - all configuration meta-data groups
 
getAllProperties
Map<String,ConfigurationMetadataProperty> getAllProperties()
Return the properties, indexed by id.- 返回:
 - all configuration meta-data properties