Uses of Class
io.quarkus.bootstrap.model.PathsCollection
-
Packages that use PathsCollection Package Description io.quarkus.bootstrap.model -
-
Uses of PathsCollection in io.quarkus.bootstrap.model
Fields in io.quarkus.bootstrap.model declared as PathsCollection Modifier and Type Field Description protected PathsCollection
AppArtifact. paths
Methods in io.quarkus.bootstrap.model that return PathsCollection Modifier and Type Method Description PathsCollection
PathsCollection. add(Path... paths)
PathsCollection
PathsCollection. addAllFirst(Iterable<Path> i)
PathsCollection
PathsCollection. addFirst(Path... paths)
PathsCollection
PathsCollection.Builder. build()
static PathsCollection
PathsCollection. from(Iterable<Path> paths)
PathsCollection
AppArtifact. getPaths()
Collection of the paths that collectively constitute the artifact's content.static PathsCollection
PathsCollection. of(Path... paths)
Methods in io.quarkus.bootstrap.model with parameters of type PathsCollection Modifier and Type Method Description void
AppArtifact. setPaths(PathsCollection paths)
Associates the artifact with a collection of paths that constitute its content.
-