Uses of Interface
io.openliberty.tools.common.arquillian.objects.LibertyProperty.LibertyPropertyI
-
Packages that use LibertyProperty.LibertyPropertyI Package Description io.openliberty.tools.common.arquillian.objects -
-
Uses of LibertyProperty.LibertyPropertyI in io.openliberty.tools.common.arquillian.objects
Classes in io.openliberty.tools.common.arquillian.objects that implement LibertyProperty.LibertyPropertyI Modifier and Type Class Description static classLibertyManagedObject.LibertyManagedPropertyThese properties should correspond with the parameters in WLPManagedContainerConfigurationstatic classLibertyRemoteObject.LibertyRemotePropertyThese properties should correspond with the parameters in WLPRemoteContainerConfigurationMethods in io.openliberty.tools.common.arquillian.objects that return types with arguments of type LibertyProperty.LibertyPropertyI Modifier and Type Method Description Map<LibertyProperty.LibertyPropertyI,String>LibertyManagedObject. getArquillianProperties()static Map<LibertyProperty.LibertyPropertyI,String>LibertyProperty. getArquillianProperties(Map<String,String> arquillianProperties, Class<?> cls)ConvertsMap<String, String>toMap<LibertyPropertyI, String>.Map<LibertyProperty.LibertyPropertyI,String>LibertyRemoteObject. getArquillianProperties()Constructor parameters in io.openliberty.tools.common.arquillian.objects with type arguments of type LibertyProperty.LibertyPropertyI 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)LibertyRemoteObject(Map<LibertyProperty.LibertyPropertyI,String> arquillianProperties)
-