public interface OverrideDescriptionProvider
DescriptionProvider
.
For use with specifically named resources (i.e. those whose ManagementResourceRegistration
path is identified
with a two-argument PathElement
) that expose additional attributes or
operations not provided by the generic resource description (i.e. the ManagementResourceRegistration
whose
path is identified with a one-argument PathElement
.)ManagementResourceRegistration.registerOverrideModel(String, OverrideDescriptionProvider)
Modifier and Type | Method and Description |
---|---|
Map<String,org.jboss.dmr.ModelNode> |
getAttributeOverrideDescriptions(Locale locale)
Provides descriptions for attributes that are in addition to those provided by the generic resource.
|
Map<String,org.jboss.dmr.ModelNode> |
getChildTypeOverrideDescriptions(Locale locale)
Provides descriptions for child types that are in addition to those provided by the generic resource.
|
Map<String,org.jboss.dmr.ModelNode> getAttributeOverrideDescriptions(Locale locale)
locale
- locale to use for generating internationalized descriptionsMap<String,org.jboss.dmr.ModelNode> getChildTypeOverrideDescriptions(Locale locale)
locale
- locale to use for generating internationalized descriptionsCopyright © 2023 JBoss by Red Hat. All rights reserved.