Package org.nuxeo.drive.service.impl
Class FileSystemItemFactoryWrapper
- java.lang.Object
-
- org.nuxeo.drive.service.impl.FileSystemItemFactoryWrapper
-
public class FileSystemItemFactoryWrapper extends Object
Wrapper for aFileSystemItemFactory
instance.- Author:
- Antoine Taillefer
-
-
Constructor Summary
Constructors Constructor Description FileSystemItemFactoryWrapper(String docType, String facet, FileSystemItemFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocType()
String
getFacet()
FileSystemItemFactory
getFactory()
String
toString()
-
-
-
Field Detail
-
docType
protected String docType
-
facet
protected String facet
-
factory
protected FileSystemItemFactory factory
-
-
Constructor Detail
-
FileSystemItemFactoryWrapper
public FileSystemItemFactoryWrapper(String docType, String facet, FileSystemItemFactory factory)
-
-