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