public class ConfigParameterCategory extends Object
Modifier and Type | Field and Description |
---|---|
private Map<I18nizableText,ConfigParameterGroup> |
_groups |
private Set<ConfigParameterCheckerDescriptor> |
_paramCheckers |
Constructor and Description |
---|
ConfigParameterCategory() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addParamChecker(ConfigParameterCheckerDescriptor paramChecker) |
Map<I18nizableText,ConfigParameterGroup> |
getGroups()
Returns all
ConfigParameterGroup for this category. |
Set<ConfigParameterCheckerDescriptor> |
getParamCheckers()
Returns all
ParameterCheckerDescriptor for this category. |
(package private) void |
setGroups(Map<I18nizableText,ConfigParameterGroup> groups)
Set the configuration groups of this category
|
(package private) void |
setParamCheckers(Set<ConfigParameterCheckerDescriptor> paramCheckers)
Set the parameter checkers of this category
|
private Map<I18nizableText,ConfigParameterGroup> _groups
private Set<ConfigParameterCheckerDescriptor> _paramCheckers
ConfigParameterCategory()
void addParamChecker(ConfigParameterCheckerDescriptor paramChecker)
public Map<I18nizableText,ConfigParameterGroup> getGroups()
ConfigParameterGroup
for this category.ConfigParameterGroup
for this category.void setGroups(Map<I18nizableText,ConfigParameterGroup> groups)
groups
- the configuration groupspublic Set<ConfigParameterCheckerDescriptor> getParamCheckers()
ParameterCheckerDescriptor
for this category.ParameterCheckerDescriptor
for this category.void setParamCheckers(Set<ConfigParameterCheckerDescriptor> paramCheckers)
paramCheckers
- the parameter checkers