Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
LocalDeploymentPackager.generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
DeploymentPackager.generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ProtocolArchiveProcessor> |
Processor.processors |
Constructor and Description |
---|
Processor(TestDeployment deployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
ServletProtocolDeploymentPackager.generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
ServletProtocolDeploymentPackager.generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
Modifier and Type | Class and Description |
---|---|
class |
BeansXMLProtocolProcessor
A
ProtocolArchiveProcessor that will add beans.xml to the protocol unit if one is defined in the test deployment. |