public class DistributionContainerConfiguration extends CommonManagedContainerConfiguration
| Constructor and Description |
|---|
DistributionContainerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundlePath()
Deprecated.
|
String |
getJbossHome() |
String |
getModulePath() |
void |
setBundlePath(String bundlePath)
Deprecated.
|
void |
setJbossHome(String jbossHome) |
void |
setModulePath(String modulePath) |
void |
validate() |
getJavaHome, getStartupTimeoutInSeconds, getStopTimeoutInSeconds, getWaitForPorts, getWaitForPortsTimeoutInSeconds, isAllowConnectingToRunningServer, isOutputToConsole, setAllowConnectingToRunningServer, setJavaHome, setOutputToConsole, setStartupTimeoutInSeconds, setStopTimeoutInSeconds, setWaitForPorts, setWaitForPortsTimeoutInSecondsgetAuthenticationConfig, getConnectionTimeout, getHost, getManagementAddress, getManagementPort, getManagementProtocol, getPassword, getPort, getUsername, setAuthenticationConfig, setConnectionTimeout, setHost, setManagementAddress, setManagementPort, setManagementProtocol, setPassword, setPort, setUsernamepublic String getJbossHome()
public void setJbossHome(String jbossHome)
jbossHome - the jbossHome to setpublic String getModulePath()
public void setModulePath(String modulePath)
@Deprecated public String getBundlePath()
@Deprecated public void setBundlePath(String bundlePath)
public void validate()
throws org.jboss.arquillian.container.spi.ConfigurationException
validate in interface org.jboss.arquillian.container.spi.client.container.ContainerConfigurationvalidate in class CommonManagedContainerConfigurationorg.jboss.arquillian.container.spi.ConfigurationExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.