Interface AuxiliaryArchiveProcessor


  • public interface AuxiliaryArchiveProcessor
    Extension point to alter system defined deployments.

    Example: - Add beans.xml to EE modules

    Version:
    $Revision: $
    Author:
    Aslak Knutsen
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void process​(org.jboss.shrinkwrap.api.Archive<?> auxiliaryArchive)
      Called once for each found ArchiveAppender
    • Method Detail

      • process

        void process​(org.jboss.shrinkwrap.api.Archive<?> auxiliaryArchive)
        Called once for each found ArchiveAppender
        Parameters:
        auxiliaryArchive - The system defined deployment archive