This method of the PermissionTreeOutput Class creates a node with the specified string as the name for a new node in the display tree.
public void writeNode(String s, int level) throws IOException;
s | The name of the node. |
level | The depth of the tree at which to place the node. |
IOException if an error occurs while writing to the output stream.