Package io.quarkus.paths
Interface PathCollection
- All Known Implementing Classes:
PathList,PathsCollection
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFirst(Iterable<Path> i) booleandefault PathbooleanisEmpty()booleanresolveExistingOrNull(String path) intsize()stream()Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
isEmpty
boolean isEmpty() -
size
int size() -
isSinglePath
boolean isSinglePath() -
getSinglePath
-
contains
-
add
-
addFirst
-
addAllFirst
-
resolveExistingOrNull
-
stream
-