Package io.quarkus.bootstrap.model
Class PathsCollection.Builder
- java.lang.Object
-
- io.quarkus.bootstrap.model.PathsCollection.Builder
-
- Enclosing class:
- PathsCollection
public static class PathsCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathsCollection.Builderadd(Path path)PathsCollectionbuild()booleancontains(Path p)
-
-
-
Method Detail
-
add
public PathsCollection.Builder add(Path path)
-
contains
public boolean contains(Path p)
-
build
public PathsCollection build()
-
-