public interface

IDataProvider

com.pnfsoftware.jeb.core.dao.IDataProvider
Known Indirect Subclasses

Class Overview

This interface holds reference to all data sources that are accessed by a JEB engines instance.

See Also

Summary

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.

Public Methods

public abstract IApplicationDatabase getApplicationDatabase ()

Get the application database.

Optional. Not used by JEB.

public abstract IConfiguration getConfiguration ()

Get the configuration data.

public abstract IFileStore getFileStore ()

Get the primary file store.

Optional. Not used by JEB.

public abstract IFileStore getPluginStore ()

Get the plugins file store.

public abstract IFileDatabase getProjectDatabase ()

Get the project database.

public abstract IUserDatabase getUserDatabase ()

Get the user database.

Optional. Not used by JEB.