Package io.wcm.testing.mock.aem.dam
Class MockAssetStore
java.lang.Object
io.wcm.testing.mock.aem.dam.MockAssetStore
- All Implemented Interfaces:
com.day.cq.dam.api.handler.store.AssetStore
public final class MockAssetStore
extends Object
implements com.day.cq.dam.api.handler.store.AssetStore
Mock implementation of
AssetStore-
Field Summary
Fields inherited from interface com.day.cq.dam.api.handler.store.AssetStore
SIZE_LARGE, SIZE_MEDIUM, SIZE_SMALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.day.cq.dam.api.handler.AssetHandler[]com.day.cq.dam.api.handler.AssetHandlergetAssetHandler(String mimeType) getFileNameSuffix(String arg0) getIconPath(String arg0, int arg1) getMimeType(String arg0)
-
Constructor Details
-
MockAssetStore
public MockAssetStore()
-
-
Method Details
-
getAssetHandler
- Specified by:
getAssetHandlerin interfacecom.day.cq.dam.api.handler.store.AssetStore
-
getAllAssetHandler
public com.day.cq.dam.api.handler.AssetHandler[] getAllAssetHandler()- Specified by:
getAllAssetHandlerin interfacecom.day.cq.dam.api.handler.store.AssetStore
-
getFileNameSuffix
- Specified by:
getFileNameSuffixin interfacecom.day.cq.dam.api.handler.store.AssetStore
-
getIconPath
- Specified by:
getIconPathin interfacecom.day.cq.dam.api.handler.store.AssetStore
-
getMimeType
- Specified by:
getMimeTypein interfacecom.day.cq.dam.api.handler.store.AssetStore
-
getAssetHandlerInfos
- Specified by:
getAssetHandlerInfosin interfacecom.day.cq.dam.api.handler.store.AssetStore
-