Class LibertyAdapter
java.lang.Object
org.testcontainers.containers.liberty.LibertyAdapter
- All Implemented Interfaces:
org.microshed.testing.testcontainers.spi.ServerAdapter
public class LibertyAdapter
extends Object
implements org.microshed.testing.testcontainers.spi.ServerAdapter
-
Field Summary
Fields inherited from interface org.microshed.testing.testcontainers.spi.ServerAdapter
PRIORITY_DEFAULT, PRIORITY_RUNTIME_MODULE, PRIORITY_USER_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic Stringintintorg.testcontainers.images.builder.ImageFromDockerfilegetDefaultImage(File appFile) intstatic voidsetBaseDockerImage(String imageName) voidsetConfigProperties(Map<String, String> properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.microshed.testing.testcontainers.spi.ServerAdapter
getDefaultAppStartTimeout, getReadinessPath
-
Constructor Details
-
LibertyAdapter
public LibertyAdapter()
-
-
Method Details
-
getBaseDockerImage
-
setBaseDockerImage
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultHttpPort
public int getDefaultHttpPort()- Specified by:
getDefaultHttpPortin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultHttpsPort
public int getDefaultHttpsPort()- Specified by:
getDefaultHttpsPortin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
setConfigProperties
- Specified by:
setConfigPropertiesin interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
getDefaultImage
- Specified by:
getDefaultImagein interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-
configure
- Specified by:
configurein interfaceorg.microshed.testing.testcontainers.spi.ServerAdapter
-