| Package | Description |
|---|---|
| io.quarkus.bootstrap.model |
| Modifier and Type | Field and Description |
|---|---|
protected PathsCollection |
AppArtifact.paths |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppArtifact.setPaths(PathsCollection paths)
Associates the artifact with a collection of paths that constitute its content.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.