Package org.flywaydb.database.oracle
Class OracleConfigurationExtension
java.lang.Object
org.flywaydb.database.oracle.OracleConfigurationExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>
,org.flywaydb.core.extensibility.ConfigurationExtension
,org.flywaydb.core.extensibility.Plugin
public class OracleConfigurationExtension
extends Object
implements org.flywaydb.core.extensibility.ConfigurationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getConfigurationParameterFromEnvironmentVariable
(String environmentVariable) int
hashCode()
void
setKerberosCacheFile
(String kerberosCacheFile) void
setSqlplus
(Boolean sqlplus) void
setSqlplusWarn
(Boolean sqlplusWarn) void
setWalletLocation
(String walletLocation) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flywaydb.core.extensibility.ConfigurationExtension
extractParametersFromConfiguration
Methods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
OracleConfigurationExtension
public OracleConfigurationExtension()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespace
in interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getConfigurationParameterFromEnvironmentVariable
- Specified by:
getConfigurationParameterFromEnvironmentVariable
in interfaceorg.flywaydb.core.extensibility.ConfigurationExtension
-
getSqlplus
-
getSqlplusWarn
-
getKerberosCacheFile
-
getWalletLocation
-
setSqlplus
-
setSqlplusWarn
-
setKerberosCacheFile
-
setWalletLocation
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-