Package io.quarkus.bootstrap.model
Class PathsCollection
java.lang.Object
io.quarkus.bootstrap.model.PathsCollection
- All Implemented Interfaces:
PathCollection
,Serializable
,Iterable<Path>
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddAllFirst
(Iterable<Path> i) static PathsCollection.Builder
builder()
boolean
static PathsCollection
boolean
isEmpty()
boolean
iterator()
static PathsCollection
resolveExistingOrNull
(String path) int
size()
toList()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.quarkus.paths.PathCollection
getSinglePath, stream
-
Method Details
-
from
-
of
-
builder
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfacePathCollection
-
size
public int size()- Specified by:
size
in interfacePathCollection
-
isSinglePath
public boolean isSinglePath()- Specified by:
isSinglePath
in interfacePathCollection
-
iterator
-
contains
- Specified by:
contains
in interfacePathCollection
-
add
- Specified by:
add
in interfacePathCollection
-
addFirst
- Specified by:
addFirst
in interfacePathCollection
-
addAllFirst
- Specified by:
addAllFirst
in interfacePathCollection
-
resolveExistingOrNull
- Specified by:
resolveExistingOrNull
in interfacePathCollection
-
toString
-
toList
-