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,
io.quarkus.bootstrap.model.AppArtifactKey artifactKey) |
ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
io.quarkus.bootstrap.model.PathsCollection rootDirs,
io.quarkus.bootstrap.model.PathsCollection paths,
io.quarkus.bootstrap.model.AppArtifactKey artifactKey) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getArchiveLocation()
Deprecated.
|
Path |
getArchiveRoot()
Deprecated.
|
io.quarkus.bootstrap.model.AppArtifactKey |
getArtifactKey() |
org.jboss.jandex.IndexView |
getIndex() |
io.quarkus.bootstrap.model.PathsCollection |
getPaths() |
io.quarkus.bootstrap.model.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,
io.quarkus.bootstrap.model.AppArtifactKey artifactKey)
public ApplicationArchiveImpl(org.jboss.jandex.IndexView indexView,
io.quarkus.bootstrap.model.PathsCollection rootDirs,
io.quarkus.bootstrap.model.PathsCollection paths,
io.quarkus.bootstrap.model.AppArtifactKey artifactKey)
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 io.quarkus.bootstrap.model.PathsCollection getRootDirs()
ApplicationArchiveFileSystem
created from the JAR.getRootDirs in interface ApplicationArchivepublic io.quarkus.bootstrap.model.PathsCollection getPaths()
getPaths in interface ApplicationArchivepublic io.quarkus.bootstrap.model.AppArtifactKey getArtifactKey()
getArtifactKey in interface ApplicationArchiveCopyright © 2021 JBoss by Red Hat. All rights reserved.