public class LibertyManagedObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LibertyManagedObject.LibertyManagedProperty
These properties should correspond with the parameters in
WLPManagedContainerConfiguration
|
| Constructor and Description |
|---|
LibertyManagedObject(String wlpHome,
String serverName,
int httpPort,
Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(File arquillianXml) |
Map<LibertyProperty.LibertyPropertyI,String> |
getArquillianProperties() |
int |
getHttpPort() |
String |
getServerName() |
String |
getWlpHome() |
public LibertyManagedObject(String wlpHome, String serverName, int httpPort, Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)
public String getWlpHome()
public String getServerName()
public int getHttpPort()
public Map<LibertyProperty.LibertyPropertyI,String> getArquillianProperties()
public void build(File arquillianXml) throws IOException
IOExceptionCopyright © 2018 the original author or authors.