| Package | Description |
|---|---|
| io.quarkus.deployment | |
| io.quarkus.deployment.builditem | |
| io.quarkus.deployment.index |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationArchiveBuildStep.addIndexDependencyPaths(List<IndexDependencyBuildItem> indexDependencyBuildItems,
ClassLoader classLoader,
ArchiveRootBuildItem root,
Set<Path> indexedDeps,
List<ApplicationArchive> appArchives,
QuarkusBuildCloseablesBuildItem buildCloseables,
io.quarkus.deployment.index.ApplicationArchiveBuildStep.IndexCache indexCache,
CurateOutcomeBuildItem curateOutcomeBuildItem) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.