Package ch.tocco.nice2.dms.api.util
Class PathCollector
java.lang.Object
ch.tocco.nice2.dms.api.util.PathCollector
- Direct Known Subclasses:
OldPathCollector
Collects the paths of a
ContentTreeNode
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollect the paths.protected String
getPathPart
(ContentTreeNode node)
-
Constructor Details
-
PathCollector
-
-
Method Details
-
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
-