Uses of Interface
com.pnfsoftware.jeb.core.dao.IFileStore
Packages that use IFileStore
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 IFileStore in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IFileStoreModifier and TypeMethodDescriptionIDataProvider.getFileStore()
Get the primary file store.IDataProvider.getPluginStore()
Get the plugins file store. -
Uses of IFileStore in com.pnfsoftware.jeb.core.dao.impl
Classes in com.pnfsoftware.jeb.core.dao.impl that implement IFileStoreModifier and TypeClassDescriptionclass
Implementation of a file-store where the record data is kept in memory.class
Implementation of a file-store where the record data is kept on the file system.Fields in com.pnfsoftware.jeb.core.dao.impl declared as IFileStoreModifier and TypeFieldDescriptionprotected IFileStore
DataProviderAdapter.filestore
protected IFileStore
DataProviderAdapter.pluginstore
Methods in com.pnfsoftware.jeb.core.dao.impl that return IFileStoreModifier and TypeMethodDescriptionDataProvider.getFileStore()
DataProviderAdapter.getFileStore()
DataProvider.getPluginStore()
DataProviderAdapter.getPluginStore()
Constructors in com.pnfsoftware.jeb.core.dao.impl with parameters of type IFileStoreModifierConstructorDescriptionDataProvider
(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config) ProjectFileStore
(IFileStore fstore)