Package repast.simphony.freezedry.wizard
Class JDBCDSBuilder
java.lang.Object
repast.simphony.freezedry.wizard.JDBCDSBuilder
- All Implemented Interfaces:
DataSourceBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets an action that will create a freeze drying action.getDbURL()
boolean
void
void
setDriverName
(String driver) void
setPassword
(String password) void
setStoreLogin
(boolean storeLogin) void
setUserName
(String userName)
-
Field Details
-
userName
-
password
-
dbURL
-
driverName
-
storeLogin
protected boolean storeLogin
-
-
Constructor Details
-
JDBCDSBuilder
-
-
Method Details
-
getDataSource
Description copied from interface:DataSourceBuilder
Gets an action that will create a freeze drying action.- Specified by:
getDataSource
in interfaceDataSourceBuilder
- Returns:
- an action that will create a context when run.
-
getDriverName
-
setDriverName
-
getDbURL
-
setDbURL
-
getPassword
-
setPassword
-
getUserName
-
setUserName
-
getStoreLogin
public boolean getStoreLogin() -
setStoreLogin
public void setStoreLogin(boolean storeLogin)
-