Class ManagementModelNode

    • Constructor Detail

      • ManagementModelNode

        public ManagementModelNode​(CliGuiContext cliGuiCtx)
        Constructor for root node only.
    • Method Detail

      • explore

        public void explore()
        Refresh children using read-resource operation.
      • addressPath

        public String addressPath()
        Get the DMR path for this node. For leaves, the DMR path is the path of its parent.
        Returns:
        The DMR path for this node.
      • isGeneric

        public boolean isGeneric()
      • escapeAddressElement

        public static String escapeAddressElement​(String element)