public class JBOSGiApplicationArchiveProcessor extends Object implements org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor
ApplicationArchiveProcessor that does not generate the
manifest on demand. AS7 test archives must be explicit about their manifest
metadata.| Constructor and Description |
|---|
JBOSGiApplicationArchiveProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidOSGiBundleArchive(org.jboss.shrinkwrap.api.Archive<?> appArchive) |
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.ApplicationArchiveProcessorpublic static boolean isValidOSGiBundleArchive(org.jboss.shrinkwrap.api.Archive<?> appArchive)
Copyright © 2016 JBoss by Red Hat. All rights reserved.