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 Summary

    Modifier and Type
    Method
    Description
    org.jboss.shrinkwrap.api.Archive<?>
    Create a archive containing the needed resources for this extension to run in-container.
  • Method Details

    • 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