Class LibertyManagedObject
- java.lang.Object
-
- io.openliberty.tools.common.arquillian.objects.LibertyManagedObject
-
public class LibertyManagedObject extends Object
Data object for the arquillian.xml configuration for the WLP managed container.- Author:
- ctianus.ibm.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLibertyManagedObject.LibertyManagedPropertyThese properties should correspond with the parameters in WLPManagedContainerConfiguration
-
Constructor Summary
Constructors Constructor Description LibertyManagedObject(String wlpHome, String serverName, int httpPort, Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)LibertyManagedObject(String wlpHome, String serverName, String userDirectory, int httpPort, Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(File arquillianXml)Map<LibertyProperty.LibertyPropertyI,String>getArquillianProperties()intgetHttpPort()StringgetServerName()StringgetUserDirectory()StringgetWlpHome()
-
-
-
Constructor Detail
-
LibertyManagedObject
public LibertyManagedObject(String wlpHome, String serverName, int httpPort, Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)
-
-
Method Detail
-
getWlpHome
public String getWlpHome()
-
getServerName
public String getServerName()
-
getUserDirectory
public String getUserDirectory()
-
getHttpPort
public int getHttpPort()
-
getArquillianProperties
public Map<LibertyProperty.LibertyPropertyI,String> getArquillianProperties()
-
build
public void build(File arquillianXml) throws IOException
- Throws:
IOException
-
-