Class ApplicationArchivesBuildItem

    • Method Detail

      • getRootArchive

        public ApplicationArchive getRootArchive()
        Returns an ApplicationArchive that represents the classes and resources that are part of the current project
        Returns:
        The root archive
      • getApplicationArchives

        public Collection<ApplicationArchive> getApplicationArchives()
        Returns:
        A set of all application archives, excluding the root archive
      • getAllApplicationArchives

        public Set<ApplicationArchive> getAllApplicationArchives()
        Returns:
        A set of all application archives, including the root archive
      • containingArchive

        public ApplicationArchive containingArchive​(String className)
        Returns the archive that contains the given class name, or null if the class cannot be found
        Parameters:
        className - The class name
        Returns:
        The application archive
      • containingArchive

        public ApplicationArchive containingArchive​(org.jboss.jandex.DotName className)