public final class ArchiveRootBuildItem extends SimpleBuildItem
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveRootBuildItem.Builder |
| Constructor and Description |
|---|
ArchiveRootBuildItem(Path appClassesDir) |
ArchiveRootBuildItem(Path archiveLocation,
Path archiveRoot)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ArchiveRootBuildItem.Builder |
builder() |
Path |
getArchiveLocation()
Deprecated.
in favor of
getPaths() |
Path |
getArchiveRoot()
Deprecated.
in favor of
getRootDirs() |
io.quarkus.bootstrap.model.PathsCollection |
getPaths()
Collection of paths that collectively constitute the application archive's content.
|
io.quarkus.bootstrap.model.PathsCollection |
getRootDirs()
Collection of path representing the archive's root directories.
|
boolean |
isExcludedFromIndexing(Path p) |
public ArchiveRootBuildItem(Path appClassesDir)
@Deprecated public ArchiveRootBuildItem(Path archiveLocation, Path archiveRoot)
public static ArchiveRootBuildItem.Builder builder()
@Deprecated public Path getArchiveLocation()
getPaths()@Deprecated public Path getArchiveRoot()
getRootDirs()com.sun.nio.zipfs.ZipFileSystempublic io.quarkus.bootstrap.model.PathsCollection getRootDirs()
getPaths() this method will return the path to the root of the mounted
ZipFileSystem
instead.public io.quarkus.bootstrap.model.PathsCollection getPaths()
public boolean isExcludedFromIndexing(Path p)
Copyright © 2021 JBoss by Red Hat. All rights reserved.