java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.dao.impl.DataProviderAdapter |
An empty data provider.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected IApplicationDatabase | appdb | ||||||||||
protected IConfiguration | config | ||||||||||
protected IFileStore | filestore | ||||||||||
protected IFileStore | pluginstore | ||||||||||
protected IFileDatabase | projectdb | ||||||||||
protected IUserDatabase | userdb |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataProviderAdapter() |
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.