Class PathsListTreeNode

  • All Implemented Interfaces:
    TreeNode

    public class PathsListTreeNode
    extends TreeNodeAdapter
    Tree node implementation which constructs tree from the list of relative paths.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathsListTreeNode​(java.lang.String currentPath, java.lang.String dirName, java.util.List<java.lang.String> paths)  
      PathsListTreeNode​(java.lang.String currentPath, java.util.List<java.lang.String> paths)  
    • Constructor Detail

      • PathsListTreeNode

        public PathsListTreeNode​(@NotNull
                                 java.lang.String currentPath,
                                 @NotNull
                                 java.util.List<java.lang.String> paths)
      • PathsListTreeNode

        public PathsListTreeNode​(@NotNull
                                 java.lang.String currentPath,
                                 @NotNull
                                 java.lang.String dirName,
                                 @NotNull
                                 java.util.List<java.lang.String> paths)