public class SpringProtocolArchiveProcessor extends Object implements org.jboss.arquillian.container.test.spi.client.deployment.ProtocolArchiveProcessor
Archive processor adds the Spring framework dependencies into the test or archive processor. The extension by default allows to test JAR archives in the container by adding all the required dependencies into protocol WAR.
| Constructor and Description |
|---|
SpringProtocolArchiveProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SpringDeployerConfiguration |
getConfiguration()
Retrieves the extension configuration
|
File[] |
getDependencies()
Retrieves the dependencies.
|
void |
process(org.jboss.arquillian.container.test.spi.TestDeployment testDeployment,
org.jboss.shrinkwrap.api.Archive<?> protocolArchive) |
public void process(org.jboss.arquillian.container.test.spi.TestDeployment testDeployment,
org.jboss.shrinkwrap.api.Archive<?> protocolArchive)
process in interface org.jboss.arquillian.container.test.spi.client.deployment.ProtocolArchiveProcessorpublic SpringDeployerConfiguration getConfiguration()
Retrieves the extension configuration
public File[] getDependencies()
Retrieves the dependencies.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.