Uses of Interface
com.pnfsoftware.jeb.core.dao.IFileDatabase
Packages that use IFileDatabase
Package
Description
Data Access Objects types used by the back-end engines to access artifact files, project files,
configuration files, and so on.
Simple implementations DAOs that can be instantiated by clients.
-
Uses of IFileDatabase in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IFileDatabase -
Uses of IFileDatabase in com.pnfsoftware.jeb.core.dao.impl
Classes in com.pnfsoftware.jeb.core.dao.impl that implement IFileDatabaseModifier and TypeClassDescriptionclass
JEB database file ("*.jdb2") manager.class
A project store backed by the file system.Fields in com.pnfsoftware.jeb.core.dao.impl declared as IFileDatabaseMethods in com.pnfsoftware.jeb.core.dao.impl that return IFileDatabaseModifier and TypeMethodDescriptionDataProvider.getProjectDatabase()
DataProviderAdapter.getProjectDatabase()
Constructors in com.pnfsoftware.jeb.core.dao.impl with parameters of type IFileDatabaseModifierConstructorDescriptionDataProvider
(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config)