Class VideoDocumentAdapterFactory
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.adapter.VideoDocumentAdapterFactory
-
- All Implemented Interfaces:
DocumentAdapterFactory
public class VideoDocumentAdapterFactory extends Object implements DocumentAdapterFactory
Factory instantiatingVideoDocument
adapter.- Since:
- 5.5
- Author:
- Thomas Roger
-
-
Constructor Summary
Constructors Constructor Description VideoDocumentAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdapter(DocumentModel doc, Class<?> itf)
-
-
-
Method Detail
-
getAdapter
public Object getAdapter(DocumentModel doc, Class<?> itf)
- Specified by:
getAdapter
in interfaceDocumentAdapterFactory
-
-