Interface DeploymentPackager
-
public interface DeploymentPackagerExtension point for the Protocol to prepare the Archives for deployment.Example: - Create a EAR, WAR
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.shrinkwrap.api.Archive<?>generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
-
-
-
Method Detail
-
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.
-
-