Package io.quarkus.paths
Class PathList.Builder
- java.lang.Object
-
- io.quarkus.paths.PathList.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathList.Builderadd(Path path)PathListbuild()booleancontains(Path p)booleanisEmpty()
-
-
-
Method Detail
-
add
public PathList.Builder add(Path path)
-
contains
public boolean contains(Path p)
-
isEmpty
public boolean isEmpty()
-
build
public PathList build()
-
-