Class LibertyRemoteObject
- java.lang.Object
-
- io.openliberty.tools.common.arquillian.objects.LibertyRemoteObject
-
public class LibertyRemoteObject extends Object
Data object for the arquillian.xml configuration for the WLP remote container.- Author:
- ctianus.ibm.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLibertyRemoteObject.LibertyRemotePropertyThese properties should correspond with the parameters in WLPRemoteContainerConfiguration
-
Constructor Summary
Constructors Constructor Description LibertyRemoteObject(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()
-
-
-
Constructor Detail
-
LibertyRemoteObject
public LibertyRemoteObject(Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)
-
-
Method Detail
-
getArquillianProperties
public Map<LibertyProperty.LibertyPropertyI,String> getArquillianProperties()
-
build
public void build(File arquillianXml) throws IOException
- Throws:
IOException
-
-