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