java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.dao.impl.DataProvider |
Simple implementation of a data provider.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataProvider(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IApplicationDatabase |
getApplicationDatabase()
Get the application database.
| ||||||||||
IConfiguration |
getConfiguration()
Get the configuration data.
| ||||||||||
IFileStore |
getFileStore()
Get the primary file store.
| ||||||||||
IFileStore |
getPluginStore()
Get the plugins file store.
| ||||||||||
IFileDatabase |
getProjectDatabase()
Get the project database.
| ||||||||||
IUserDatabase |
getUserDatabase()
Get the user database.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.dao.IDataProvider
|
Get the application database.
Optional. Not used by JEB.