Class BootableDeployableContainer
java.lang.Object
org.jboss.as.arquillian.container.CommonDeployableContainer<BootableContainerConfiguration>
org.jboss.as.arquillian.container.CommonManagedDeployableContainer<BootableContainerConfiguration>
org.jboss.as.arquillian.container.bootable.BootableDeployableContainer
- All Implemented Interfaces:
org.jboss.arquillian.container.spi.client.container.DeployableContainer<BootableContainerConfiguration>
public final class BootableDeployableContainer
extends CommonManagedDeployableContainer<BootableContainerConfiguration>
The managed deployable container for a bootable JAR.
- Since:
- 3.0.0
- Author:
- jdenise@redhat.com, James R. Perkins
-
Field Summary
Fields inherited from class org.jboss.as.arquillian.container.CommonDeployableContainer
serverManagerProducer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.wildfly.core.launcher.CommandBuilderprotected org.jboss.logging.LoggerMethods inherited from class org.jboss.as.arquillian.container.CommonManagedDeployableContainer
startInternal, stopInternalMethods inherited from class org.jboss.as.arquillian.container.CommonDeployableContainer
deploy, deploy, getContainerConfiguration, getContainerDescription, getDefaultProtocol, getManagementClient, getModelControllerClient, isOperationAttributeSupported, isOperationAttributeSupported, setup, start, stop, stop, undeploy, undeployMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.container.spi.client.container.DeployableContainer
getConfigurationMapper
-
Constructor Details
-
BootableDeployableContainer
public BootableDeployableContainer()
-
-
Method Details
-
getConfigurationClass
-
createCommandBuilder
protected org.wildfly.core.launcher.CommandBuilder createCommandBuilder(BootableContainerConfiguration config) - Specified by:
createCommandBuilderin classCommonManagedDeployableContainer<BootableContainerConfiguration>
-
getLogger
protected org.jboss.logging.Logger getLogger()- Specified by:
getLoggerin classCommonManagedDeployableContainer<BootableContainerConfiguration>
-