Class PathCollector

java.lang.Object
ch.tocco.nice2.dms.api.util.PathCollector
Direct Known Subclasses:
OldPathCollector

public class PathCollector extends Object
Collects the paths of a ContentTreeNode.
  • Constructor Details

  • Method Details

    • collectPaths

      public List<String> collectPaths()
      Collect the paths. The aliases which are set on the node are not collected (but the paths, which result from aliases of parent nodes, which apply recursive).
      Returns:
      the collected paths.
    • getPathPart

      protected String getPathPart(ContentTreeNode node)