public final class ApplicationArchiveImpl extends MultiBuildItem implements ApplicationArchive
| Constructor and Description |
|---|
ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
Path archiveRoot,
Closeable closeable,
boolean jar,
Path archiveLocation) |
ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
PathsCollection rootDirs,
PathsCollection paths) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getArchiveLocation()
Deprecated.
|
Path |
getArchiveRoot()
Deprecated.
|
org.jboss.jandex.IndexView |
getIndex() |
PathsCollection |
getPaths()
Returns paths representing the application root paths.
|
PathsCollection |
getRootDirs()
Returns paths representing the archive root directories.
|
boolean |
isJarArchive()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildPath, processEntrypublic ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
Path archiveRoot,
Closeable closeable,
boolean jar,
Path archiveLocation)
public ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
PathsCollection rootDirs,
PathsCollection paths)
public org.jboss.jandex.IndexView getIndex()
getIndex in interface ApplicationArchive@Deprecated public Path getArchiveRoot()
ApplicationArchivecom.sun.nio.zipfs.ZipFileSystemgetArchiveRoot in interface ApplicationArchive@Deprecated public boolean isJarArchive()
isJarArchive in interface ApplicationArchivetrue if this archive is a jar@Deprecated public Path getArchiveLocation()
ApplicationArchivegetArchiveLocation in interface ApplicationArchivepublic PathsCollection getRootDirs()
ApplicationArchiveFileSystem
created from the JAR.getRootDirs in interface ApplicationArchivepublic PathsCollection getPaths()
ApplicationArchivegetPaths in interface ApplicationArchiveCopyright © 2020 JBoss by Red Hat. All rights reserved.