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) |
void |
ProtocolArchiveProcessor.process(TestDeployment testDeployment,
org.jboss.shrinkwrap.api.Archive<?> protocolArchive) |
Modifier and Type | Field and Description |
---|---|
private TestDeployment |
Processor.deployment |
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) |
private org.jboss.shrinkwrap.api.Archive<?> |
ServletProtocolDeploymentPackager.handleArchive(org.jboss.shrinkwrap.api.spec.EnterpriseArchive applicationArchive,
java.util.Collection<org.jboss.shrinkwrap.api.Archive<?>> auxiliaryArchives,
org.jboss.shrinkwrap.api.spec.WebArchive protocol,
Processor processor,
TestDeployment testDeployment) |
Modifier and Type | Method and Description |
---|---|
org.jboss.shrinkwrap.api.Archive<?> |
ServletProtocolDeploymentPackager.generateDeployment(TestDeployment testDeployment,
java.util.Collection<ProtocolArchiveProcessor> processors) |
private org.jboss.shrinkwrap.api.Archive<?> |
ServletProtocolDeploymentPackager.handleArchive(org.jboss.shrinkwrap.api.spec.EnterpriseArchive applicationArchive,
java.util.Collection<org.jboss.shrinkwrap.api.Archive<?>> auxiliaryArchives,
org.jboss.shrinkwrap.api.spec.JavaArchive protocol,
Processor processor,
TestDeployment testDeployment) |
Modifier and Type | Method and Description |
---|---|
void |
BeansXMLProtocolProcessor.process(TestDeployment testDeployment,
org.jboss.shrinkwrap.api.Archive<?> protocolArchive) |