| Package | Description |
|---|---|
| io.quarkus.deployment | |
| io.quarkus.deployment.builditem |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationArchiveImpl |
| Modifier and Type | Method and Description |
|---|---|
ApplicationArchive |
ApplicationArchivesBuildItem.containingArchive(String className)
Returns the archive that contains the given class name, or null if the class cannot be found
|
ApplicationArchive |
ApplicationArchivesBuildItem.getRootArchive()
Returns an
ApplicationArchive that represents the classes and resources that are part of the current
project |
| Modifier and Type | Method and Description |
|---|---|
Set<ApplicationArchive> |
ApplicationArchivesBuildItem.getAllApplicationArchives() |
Collection<ApplicationArchive> |
ApplicationArchivesBuildItem.getApplicationArchives() |
| Constructor and Description |
|---|
ApplicationArchivesBuildItem(ApplicationArchive root,
Collection<ApplicationArchive> applicationArchives) |
| Constructor and Description |
|---|
ApplicationArchivesBuildItem(ApplicationArchive root,
Collection<ApplicationArchive> applicationArchives) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.