public class ManagedContainerConfiguration extends DistributionContainerConfiguration
| Constructor and Description |
|---|
ManagedContainerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanServerBaseDir() |
String |
getJavaVmArguments() |
String |
getJbossArguments() |
String |
getServerConfig()
Get the server configuration file name.
|
int |
getStartupTimeoutInSeconds() |
int |
getStopTimeoutInSeconds()
Number of seconds to wait for the container process to shutdown; defaults to 60
|
Integer[] |
getWaitForPorts() |
Integer |
getWaitForPortsTimeoutInSeconds() |
boolean |
isAdminOnly() |
boolean |
isAllowConnectingToRunningServer() |
boolean |
isEnableAssertions() |
boolean |
isOutputToConsole() |
boolean |
isSetupCleanServerBaseDir() |
void |
setAdminOnly(boolean adminOnly) |
void |
setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer) |
void |
setCleanServerBaseDir(String cleanServerBaseDir) |
void |
setEnableAssertions(boolean enableAssertions) |
void |
setJavaVmArguments(String javaVmArguments) |
void |
setJbossArguments(String jbossArguments) |
void |
setOutputToConsole(boolean outputToConsole) |
void |
setServerConfig(String serverConfig)
Set the server configuration file name.
|
void |
setSetupCleanServerBaseDir(boolean setupCleanServerBaseDir) |
void |
setStartupTimeoutInSeconds(int startupTimeoutInSeconds) |
void |
setStopTimeoutInSeconds(int stopTimeoutInSeconds) |
void |
setWaitForPorts(String waitForPorts) |
void |
setWaitForPortsTimeoutInSeconds(Integer waitForPortsTimeoutInSeconds) |
void |
validate() |
getBundlePath, getJavaHome, getJbossHome, getModulePath, setBundlePath, setJavaHome, setJbossHome, setModulePathgetManagementAddress, getManagementPort, getManagementProtocol, getPassword, getUsername, setManagementAddress, setManagementPort, setManagementProtocol, setPassword, setUsernamepublic void validate()
throws org.jboss.arquillian.container.spi.ConfigurationException
validate in interface org.jboss.arquillian.container.spi.client.container.ContainerConfigurationvalidate in class DistributionContainerConfigurationorg.jboss.arquillian.container.spi.ConfigurationExceptionpublic String getJavaVmArguments()
public void setJavaVmArguments(String javaVmArguments)
public String getJbossArguments()
public void setJbossArguments(String jbossArguments)
public void setStartupTimeoutInSeconds(int startupTimeoutInSeconds)
public int getStartupTimeoutInSeconds()
public void setStopTimeoutInSeconds(int stopTimeoutInSeconds)
public int getStopTimeoutInSeconds()
public void setOutputToConsole(boolean outputToConsole)
public boolean isOutputToConsole()
public String getServerConfig()
public void setServerConfig(String serverConfig)
public boolean isAllowConnectingToRunningServer()
public void setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer)
public boolean isEnableAssertions()
public void setEnableAssertions(boolean enableAssertions)
public Integer[] getWaitForPorts()
public void setWaitForPorts(String waitForPorts)
public Integer getWaitForPortsTimeoutInSeconds()
public void setWaitForPortsTimeoutInSeconds(Integer waitForPortsTimeoutInSeconds)
public boolean isAdminOnly()
public void setAdminOnly(boolean adminOnly)
public boolean isSetupCleanServerBaseDir()
public void setSetupCleanServerBaseDir(boolean setupCleanServerBaseDir)
public String getCleanServerBaseDir()
public void setCleanServerBaseDir(String cleanServerBaseDir)
Copyright © 2015 JBoss by Red Hat. All rights reserved.