Class PathFence.Builder
java.lang.Object
org.apache.commons.text.lookup.PathFence.Builder
- Enclosing class:
PathFence
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()(package private) PathFence.BuilderSets the paths that delineate this fence.
-
Field Details
-
EMPTY
The empty Path array. -
roots
A fence is made of root Paths.
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
get
-
setRoots
Sets the paths that delineate this fence.- Parameters:
paths- the paths that delineate this fence.- Returns:
thisinstance.
-