Package com.logicaldoc.core.store
Class StorerManager
- java.lang.Object
-
- com.logicaldoc.core.store.StorerManager
-
public class StorerManager extends Object
This class is responsible for storers. All storers declared in the Storer extension point.- Since:
- 7.6.4
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorerManager
get()
Map<String,Storer>
getDefinitions()
void
init()
Storer
newStorer(int id)
void
setConfig(ContextProperties config)
-
-
-
Method Detail
-
get
public static StorerManager get()
-
setConfig
public void setConfig(ContextProperties config)
-
init
public void init()
-
newStorer
public Storer newStorer(int id)
-
-