Class PersistorConfiguration
java.lang.Object
com.caplin.transformer.persistence.PersistorConfiguration
Configuration object representing Transformers persistence.conf add-database-params entry
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PersistorConfiguration
-
-
Method Details
-
getInitString
Get the value of the init-string config option
- Returns:
- Value of 'add-database-params.init-string' config option
-
getDriverName
Get the value of the driver-name config option
- Returns:
- Value of 'add-database-params.driver-name' config option
-
getUsername
Get the value of the username config option
- Returns:
- Value of 'add-database-params.username' config option
-
getPassword
Get the value of the password config option
- Returns:
- Value of 'add-database-params.password' config option
-
getExtraParams
Get the value of the extra-params config option
- Returns:
- Array containing all the values of 'add-database-params.extra-params' config option. Never null
-
toString
-