Interface DeploymentPackager


public interface DeploymentPackager
Extension point for the Protocol to prepare the Archives for deployment.

Example: - Create a EAR, WAR

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

    • generateDeployment

      org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
      Parameters:
      testDeployment - Value object containing the application Archive and other auxiliary library Archives.
      Returns:
      The prepared archive for deployment.