Class BootableContainerConfiguration
java.lang.Object
org.jboss.as.arquillian.container.CommonContainerConfiguration
org.jboss.as.arquillian.container.CommonManagedContainerConfiguration
org.jboss.as.arquillian.container.bootable.BootableContainerConfiguration
- All Implemented Interfaces:
org.jboss.arquillian.container.spi.client.container.ContainerConfiguration
The managed container configuration
- Since:
- 3.0.0
- Author:
- jdenise@redhat.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the bootable jar file.booleanisDebug()booleanbooleanvoidsetDebug(boolean debug) voidsetDebugPort(int debugPort) voidsetDebugSuspend(boolean debugSuspend) voidsetEnableAssertions(boolean enableAssertions) voidsetInstallDir(String installDir) voidsetJarFile(String jarFile) Set the bootable jar file.voidsetJavaVmArguments(String javaVmArguments) voidsetJbossArguments(String jbossArguments) Methods inherited from class org.jboss.as.arquillian.container.CommonManagedContainerConfiguration
getJavaHome, getStartupTimeoutInSeconds, getStopTimeoutInSeconds, getWaitForPorts, getWaitForPortsTimeoutInSeconds, isAllowConnectingToRunningServer, isOutputToConsole, setAllowConnectingToRunningServer, setJavaHome, setOutputToConsole, setStartupTimeoutInSeconds, setStopTimeoutInSeconds, setWaitForPorts, setWaitForPortsTimeoutInSeconds, validateMethods inherited from class org.jboss.as.arquillian.container.CommonContainerConfiguration
getAuthenticationConfig, getConnectionTimeout, getHost, getManagementAddress, getManagementPort, getManagementProtocol, getPassword, getPort, getProtocol, getSocketBindingName, getUsername, setAuthenticationConfig, setConnectionTimeout, setHost, setManagementAddress, setManagementPort, setManagementProtocol, setPassword, setPort, setProtocol, setSocketBindingName, setUsername
-
Constructor Details
-
BootableContainerConfiguration
public BootableContainerConfiguration()
-
-
Method Details
-
getJavaVmArguments
-
setJavaVmArguments
-
isDebug
public boolean isDebug() -
setDebug
public void setDebug(boolean debug) -
getDebugPort
public int getDebugPort() -
setDebugPort
public void setDebugPort(int debugPort) -
isDebugSuspend
public boolean isDebugSuspend() -
setDebugSuspend
public void setDebugSuspend(boolean debugSuspend) -
getJbossArguments
-
setJbossArguments
-
getJarFile
Get the bootable jar file. -
setJarFile
Set the bootable jar file. -
isEnableAssertions
public boolean isEnableAssertions() -
setEnableAssertions
public void setEnableAssertions(boolean enableAssertions) -
getInstallDir
-
setInstallDir
-