Package com.logicaldoc.core.store
The store sub-system responsible for persisting the binaries of the
documents. Implementations of
Storer
work
with different storing technologies- Since:
- 1.0
-
Interface Summary Interface Description Storer The Storer manages the repository where document files are maintained and all general resources are stored. -
Class Summary Class Description AbstractStorer Common methods for all the Storer implementations.FSStorer This class is an implementation of the Storer interface to persist documents in the filesystem.StorerManager This class is responsible for storers.