public class LocalDeploymentPackager extends java.lang.Object implements DeploymentPackager
Constructor and Description |
---|
LocalDeploymentPackager() |
Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
public org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, java.util.Collection<ProtocolArchiveProcessor> processors)
generateDeployment
in interface DeploymentPackager
testDeployment
- Value object containing the application Archive
and other auxiliary library Archive
s.