| com.pnfsoftware.jeb.core.dao.IDataProvider |
Known Indirect Subclasses
|
This interface holds reference to all data sources that are accessed by a JEB engines instance.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IApplicationDatabase |
getApplicationDatabase()
Get the application database.
| ||||||||||
| abstract IConfiguration |
getConfiguration()
Get the configuration data.
| ||||||||||
| abstract IFileStore |
getFileStore()
Get the primary file store.
| ||||||||||
| abstract IFileStore |
getPluginStore()
Get the plugins file store.
| ||||||||||
| abstract IFileDatabase |
getProjectDatabase()
Get the project database.
| ||||||||||
| abstract IUserDatabase |
getUserDatabase()
Get the user database.
| ||||||||||