Class OracleDevServicesProcessor
- java.lang.Object
-
- io.quarkus.devservices.oracle.deployment.OracleDevServicesProcessor
-
public class OracleDevServicesProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringORIGINAL_IMAGE_NAMEThis is the container name as defined by the Testcontainer's OracleContainer: does not necessarily match the container name that Quarkus will default to use.static intPORT
-
Constructor Summary
Constructors Constructor Description OracleDevServicesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) DevServicesDatasourceProviderBuildItemsetupOracle(List<io.quarkus.deployment.builditem.DevServicesSharedNetworkBuildItem> devServicesSharedNetworkBuildItem)
-
-
-
Field Detail
-
ORIGINAL_IMAGE_NAME
public static final String ORIGINAL_IMAGE_NAME
This is the container name as defined by the Testcontainer's OracleContainer: does not necessarily match the container name that Quarkus will default to use.- See Also:
- Constant Field Values
-
PORT
public static final int PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupOracle
DevServicesDatasourceProviderBuildItem setupOracle(List<io.quarkus.deployment.builditem.DevServicesSharedNetworkBuildItem> devServicesSharedNetworkBuildItem)
-
-