public final class ApplicationArchivesBuildItem extends SimpleBuildItem
| Constructor and Description |
|---|
ApplicationArchivesBuildItem(ApplicationArchive root,
Collection<ApplicationArchive> applicationArchives) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationArchive |
containingArchive(String className)
Returns the archive that contains the given class name, or null if the class cannot be found
|
Set<ApplicationArchive> |
getAllApplicationArchives() |
Collection<ApplicationArchive> |
getApplicationArchives() |
ApplicationArchive |
getRootArchive()
Returns an
ApplicationArchive that represents the classes and resources that are part of the current
project |
public ApplicationArchivesBuildItem(ApplicationArchive root, Collection<ApplicationArchive> applicationArchives)
public ApplicationArchive getRootArchive()
ApplicationArchive that represents the classes and resources that are part of the current
projectpublic Collection<ApplicationArchive> getApplicationArchives()
public Set<ApplicationArchive> getAllApplicationArchives()
public ApplicationArchive containingArchive(String className)
className - The class nameCopyright © 2021 JBoss by Red Hat. All rights reserved.