public class EmbeddedContainerConfiguration extends CommonContainerConfiguration
ContainerConfiguration
implementation for JBoss AS EmbeddedConstructor and Description |
---|
EmbeddedContainerConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCleanServerBaseDir() |
String |
getJbossHome() |
String |
getModulePath() |
void |
setCleanServerBaseDir(String cleanServerBaseDir) |
void |
setJbossHome(String jbossHome) |
void |
setModulePath(String modulePath) |
void |
validate() |
getManagementAddress, getManagementPort, getManagementProtocol, getPassword, getUsername, setManagementAddress, setManagementPort, setManagementProtocol, setPassword, setUsername
public String getJbossHome()
public void setJbossHome(String jbossHome)
jbossHome
- the jbossHome to setpublic String getModulePath()
public void setModulePath(String modulePath)
public String getCleanServerBaseDir()
public void setCleanServerBaseDir(String cleanServerBaseDir)
public void validate() throws org.jboss.arquillian.container.spi.ConfigurationException
validate
in interface org.jboss.arquillian.container.spi.client.container.ContainerConfiguration
validate
in class CommonContainerConfiguration
org.jboss.arquillian.container.spi.ConfigurationException
CommonContainerConfiguration.validate()
Copyright © 2017 JBoss by Red Hat. All rights reserved.