public enum DaemonDeploymentPackager extends Enum<DaemonDeploymentPackager> implements org.jboss.arquillian.container.test.spi.client.deployment.DeploymentPackager
DeploymentPackager to merge auxiliar archive contents with the archive provided by the user| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive<?> |
generateDeployment(org.jboss.arquillian.container.test.spi.TestDeployment testDeployment,
Collection<org.jboss.arquillian.container.test.spi.client.deployment.ProtocolArchiveProcessor> processors) |
static DaemonDeploymentPackager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonDeploymentPackager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaemonDeploymentPackager INSTANCE
public static DaemonDeploymentPackager[] values()
for (DaemonDeploymentPackager c : DaemonDeploymentPackager.values()) System.out.println(c);
public static DaemonDeploymentPackager valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.jboss.shrinkwrap.api.Archive<?> generateDeployment(org.jboss.arquillian.container.test.spi.TestDeployment testDeployment,
Collection<org.jboss.arquillian.container.test.spi.client.deployment.ProtocolArchiveProcessor> processors)
generateDeployment in interface org.jboss.arquillian.container.test.spi.client.deployment.DeploymentPackagerCopyright © 2017 JBoss by Red Hat. All rights reserved.