Package com.logicaldoc.core.store
Class StorerManager
java.lang.Object
com.logicaldoc.core.store.StorerManager
This class is responsible for storers. All storers declared in the Storer
extension point.
- Since:
- 7.6.4
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionstatic StorerManagerget()voidinit()newStorer(int id) Instantiate a new storer and fully configures it.voidsetConfig(ContextProperties config)
-
Method Details
-
get
-
setConfig
-
init
public void init() -
newStorer
Instantiate a new storer and fully configures it.- Parameters:
id- identifier of the storer to create- Returns:
- the created instance
-
getDefinitions
-