Class ResourceRootFolder

All Implemented Interfaces:
Serializable, Cloneable, EventListener, TreeWillExpandListener, MutableTreeNode, TreeNode

public final class ResourceRootFolder extends ResourceFolder
JTree node which represents the root folder. The root folder carries the name of the database and has basically an artificial path ('/') which leads to problems if treated like an ordinary folder node.
Author:
BaseX Team 2005-21, BSD License, Lukas Kircher
See Also:
  • Constructor Details

    • ResourceRootFolder

      public ResourceRootFolder(byte[] name, byte[] path, BaseXTree tree, Context context)
      Constructor.
      Parameters:
      name - name
      path - path
      tree - tree reference
      context - database context