public final class ArchiveRootBuildItem extends SimpleBuildItem
| Constructor and Description |
|---|
ArchiveRootBuildItem(Path appClassesDir) |
ArchiveRootBuildItem(Path archiveLocation,
Path archiveRoot) |
ArchiveRootBuildItem(Path archiveLocation,
Path archiveRoot,
Collection<Path> excludedFromIndexing) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getArchiveLocation()
If this archive is a jar file it will return the path to the jar file on the file system,
otherwise it will return the directory that this corresponds to.
|
Path |
getArchiveRoot()
Returns a path representing the archive root.
|
boolean |
isExcludedFromIndexing(Path p) |
public ArchiveRootBuildItem(Path appClassesDir)
public ArchiveRootBuildItem(Path archiveLocation, Path archiveRoot, Collection<Path> excludedFromIndexing)
public Path getArchiveLocation()
public Path getArchiveRoot()
com.sun.nio.zipfs.ZipFileSystempublic boolean isExcludedFromIndexing(Path p)
Copyright © 2020 JBoss by Red Hat. All rights reserved.