public interface ApplicationArchive extends Closeable
An application archive is an archive that provides components to the application. As a result it will be indexed via jandex, and any deployment descriptors will be made available to the application.
| Modifier and Type | Method and Description |
|---|---|
Path |
getArchiveRoot()
Returns a path representing the archive root.
|
default Path |
getChildPath(String path)
Convenience method, returns the child path if it exists, otherwise null.
|
org.jboss.jandex.IndexView |
getIndex() |
org.jboss.jandex.IndexView getIndex()
Path getArchiveRoot()
com.sun.nio.zipfs.ZipFileSystemCopyright © 2019 JBoss by Red Hat. All rights reserved.