Uses of Class
io.quarkus.bootstrap.model.PathsCollection
Packages that use PathsCollection
-
Uses of PathsCollection in io.quarkus.bootstrap.model
Fields in io.quarkus.bootstrap.model declared as PathsCollectionModifier and TypeFieldDescriptionprotected PathsCollectionAppArtifact.pathsDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.bootstrap.model that return PathsCollectionModifier and TypeMethodDescriptionPathsCollection.addAllFirst(Iterable<Path> i) PathsCollection.Builder.build()static PathsCollectionAppArtifact.getPaths()Deprecated, for removal: This API element is subject to removal in a future version.Collection of the paths that collectively constitute the artifact's content.static PathsCollectionMethods in io.quarkus.bootstrap.model with parameters of type PathsCollectionModifier and TypeMethodDescriptionvoidAppArtifact.setPaths(PathsCollection paths) Deprecated, for removal: This API element is subject to removal in a future version.Associates the artifact with a collection of paths that constitute its content.