TraversalPath

public final class TraversalPath

Defines a path to traverse in a directory structure. A path may start from the root of the structure.

Parameters

path

the path through the structure

root

flag if the path starts from the root of the structure. Default: false

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard
public final List<TraversalElement> getPath()
Link copied to clipboard
public final Boolean getRoot()

Properties

Link copied to clipboard
private final List<TraversalElement> path
Link copied to clipboard
private final Boolean root