Interface AuxiliaryArchiveAppender

  • All Known Implementing Classes:
    CachedAuxilliaryArchiveAppender

    public interface AuxiliaryArchiveAppender
    SPI used for modules who need to add classes/resources to the deployed archive.
    Version:
    $Revision: $
    Author:
    Aslak Knutsen
    • Method Detail

      • createAuxiliaryArchive

        org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
        Create a archive containing the needed resources for this extension to run in-container.
        Returns:
        A Archive of any type