Class ResourceStoreManagers
java.lang.Object
de.xima.fc.common.store.versioned.ResourceStoreManagers
Factory for creating
resource store managers.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic IResourceStoreManagerCreates a new versioned store manager.
-
Method Details
-
newResourceStoreManager
Creates a new versioned store manager. You should close the store manager when you are done with it.- Returns:
- The new versioned store manager.
-