public interface BuildArtifacts
| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildArtifacts.ArtifactType |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BuildArtifacts.ArtifactType type,
Path artifact)
Adds an artifact produced during native image build.
|
static BuildArtifacts |
singleton() |
static BuildArtifacts singleton()
void add(BuildArtifacts.ArtifactType type, Path artifact)