Package org.nuxeo.snapshot
Class SnapshotAdapterFactory
- java.lang.Object
-
- org.nuxeo.snapshot.SnapshotAdapterFactory
-
- All Implemented Interfaces:
DocumentAdapterFactory
public class SnapshotAdapterFactory extends Object implements DocumentAdapterFactory
-
-
Constructor Summary
Constructors Constructor Description SnapshotAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdapter(DocumentModel doc, Class<?> adapter)
-
-
-
Method Detail
-
getAdapter
public Object getAdapter(DocumentModel doc, Class<?> adapter)
- Specified by:
getAdapter
in interfaceDocumentAdapterFactory
-
-