Interface ZooInspectorNodeTreeManager

    • Method Detail

      • createNode

        boolean createNode​(java.lang.String parent,
                           java.lang.String nodeName)
        Parameters:
        parent - - the parent node path for the node to add
        nodeName - - the name of the new node
        Returns:
        true if the node was successfully created
      • deleteNode

        boolean deleteNode​(java.lang.String nodePath)
        Parameters:
        nodePath - - the path to the node to delete
        Returns:
        true if the node was successfully deleted