Class ScanedFileSourceNode
java.lang.Object
org.nuxeo.ecm.platform.importer.source.FileSourceNode
org.nuxeo.ecm.platform.scanimporter.processor.ScanedFileSourceNode
- All Implemented Interfaces:
SourceNode
Custom implementation of
SourceNode. Uses XML descriptors to get meta-data and binary files location.- Author:
- Thierry Delprat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScanFileBlobHolderprotected Map<String, Serializable> protected static booleanFields inherited from class org.nuxeo.ecm.platform.importer.source.FileSourceNode
file -
Constructor Summary
ConstructorsConstructorDescriptionScanedFileSourceNode(File file) ScanedFileSourceNode(File file, Map<String, Serializable> properties) ScanedFileSourceNode(File file, ScanFileBlobHolder bh) -
Method Summary
Methods inherited from class org.nuxeo.ecm.platform.importer.source.FileSourceNode
getFile, getFileNameNoExt, getSourcePath, isFolderish
-
Field Details
-
properties
-
bh
-
useXMLMapping
protected static boolean useXMLMapping
-
-
Constructor Details
-
ScanedFileSourceNode
-
ScanedFileSourceNode
-
ScanedFileSourceNode
-
-
Method Details
-
getBlobHolder
- Specified by:
getBlobHolderin interfaceSourceNode- Overrides:
getBlobHolderin classFileSourceNode- Throws:
IOException
-
getChildren
- Specified by:
getChildrenin interfaceSourceNode- Overrides:
getChildrenin classFileSourceNode- Throws:
IOException
-
getName
- Specified by:
getNamein interfaceSourceNode- Overrides:
getNamein classFileSourceNode
-
getDescriptorFileName
-