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 final String
    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.
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.quarkus.datasource.deployment.spi.DevServicesDatasourceProviderBuildItem
    setupOracle(List<io.quarkus.deployment.builditem.DevServicesSharedNetworkBuildItem> devServicesSharedNetworkBuildItem, io.quarkus.deployment.builditem.DevServicesComposeProjectBuildItem composeProjectBuildItem, io.quarkus.deployment.dev.devservices.DevServicesConfig devServicesConfig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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:
    • PORT

      public static final int PORT
      See Also:
  • Constructor Details

    • OracleDevServicesProcessor

      public OracleDevServicesProcessor()
  • Method Details

    • setupOracle

      io.quarkus.datasource.deployment.spi.DevServicesDatasourceProviderBuildItem setupOracle(List<io.quarkus.deployment.builditem.DevServicesSharedNetworkBuildItem> devServicesSharedNetworkBuildItem, io.quarkus.deployment.builditem.DevServicesComposeProjectBuildItem composeProjectBuildItem, io.quarkus.deployment.dev.devservices.DevServicesConfig devServicesConfig)