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 Summary
Modifier and TypeMethodDescriptionorg.jboss.shrinkwrap.api.Archive<?>generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
-
Method Details
-
generateDeployment
org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors) - Parameters:
testDeployment- Value object containing the applicationArchiveand other auxiliary libraryArchives.- Returns:
- The prepared archive for deployment.
-