Class DriverManagerConfiguration
java.lang.Object
fr.gouv.vitam.storage.engine.server.spi.DriverManagerConfiguration
DriverManager configuration mapper
-
Constructor Summary
ConstructorDescriptionDriverManagerConfiguration empty constructor for YAMLFactoryDriverManagerConfiguration
(String driverLocation) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet driver locationvoid
setDriverLocation
(String driverLocation) Set the driver location
-
Constructor Details
-
DriverManagerConfiguration
public DriverManagerConfiguration()DriverManagerConfiguration empty constructor for YAMLFactory -
DriverManagerConfiguration
Constructor- Parameters:
driverLocation
- the directory path to host drivers jar
-
-
Method Details
-
getDriverLocation
Get driver location- Returns:
- the directory path to host drivers jar
-
setDriverLocation
Set the driver location- Parameters:
driverLocation
- the directory to host drivers jar
-