Package org.craftercms.core.store.impl
Class ContentStoreAdapterRegistryImpl
- java.lang.Object
-
- org.craftercms.core.store.impl.ContentStoreAdapterRegistryImpl
-
- All Implemented Interfaces:
ContentStoreAdapterRegistry
public class ContentStoreAdapterRegistryImpl extends Object implements ContentStoreAdapterRegistry
Default implementation ofContentStoreAdapterRegistry.- Author:
- avasque
-
-
Constructor Summary
Constructors Constructor Description ContentStoreAdapterRegistryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentStoreAdapterget(String storeType)voidsetAdapters(Map<String,ContentStoreAdapter> adapters)
-
-
-
Method Detail
-
setAdapters
public void setAdapters(Map<String,ContentStoreAdapter> adapters)
-
get
public ContentStoreAdapter get(String storeType)
- Specified by:
getin interfaceContentStoreAdapterRegistry
-
-