Interface DescriptionProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.dmr.ModelNode getModelDescription​(Locale locale)
      Gets the descriptive information (human-friendly description, list of attributes, list of children) describing a single model node or operation.
    • Method Detail

      • getModelDescription

        org.jboss.dmr.ModelNode getModelDescription​(Locale locale)
        Gets the descriptive information (human-friendly description, list of attributes, list of children) describing a single model node or operation.

        The implementation must assume that the caller intends to modify the returned ModelNode so it should not hand out a reference to any internal data structures.

        Parameters:
        locale - the locale to use to generate any localized text used in the description. May be null, in which case Locale.getDefault() should be used
        Returns:
        ModelNode describing the model node's structure