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.Builderbuilder()booleanstatic PathsCollectionbooleanisEmpty()booleaniterator()static PathsCollectionresolveExistingOrNull(String path) intsize()toList()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface io.quarkus.paths.PathCollection
getSinglePath, stream
-
Method Details
-
from
-
of
-
builder
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacePathCollection
-
size
public int size()- Specified by:
sizein interfacePathCollection
-
isSinglePath
public boolean isSinglePath()- Specified by:
isSinglePathin interfacePathCollection
-
iterator
-
contains
- Specified by:
containsin interfacePathCollection
-
add
- Specified by:
addin interfacePathCollection
-
addFirst
- Specified by:
addFirstin interfacePathCollection
-
addAllFirst
- Specified by:
addAllFirstin interfacePathCollection
-
resolveExistingOrNull
- Specified by:
resolveExistingOrNullin interfacePathCollection
-
toString
-
toList
-