public abstract class BaseWarArchiveProcessor extends Object implements org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor
Constructor and Description |
---|
BaseWarArchiveProcessor() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
getWebInfLibArtifacts()
groupId:artifactId:version dependencies to include in WEB-INF/lib directory
|
protected String[] |
getWebInfResources()
Called to get names of WEB-INF resources
|
void |
process(org.jboss.shrinkwrap.api.Archive<?> appArchive,
org.jboss.arquillian.test.spi.TestClass testClass) |
public void process(org.jboss.shrinkwrap.api.Archive<?> appArchive, org.jboss.arquillian.test.spi.TestClass testClass)
process
in interface org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor
protected String[] getWebInfResources()
protected String[] getWebInfLibArtifacts()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.