Package com.logicaldoc.core.store
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
-
ClassDescriptionCommon methods for all the Storer implementations.This class is an implementation of the Storer interface to persist documents in the filesystem.This is basically a
FSStorer
but with a flag that if active makes the store method to return an exceptionThe Storer manages the repository where document files are maintained and all general resources are stored.This class is responsible for storers.