Class ScanFileFieldMapping
- java.lang.Object
-
- org.nuxeo.ecm.platform.scanimporter.service.ScanFileFieldMapping
-
public class ScanFileFieldMapping extends Object
XMap descriptor for meta-data mapping- Author:
- Thierry Delprat
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.lang3.time.FastDateFormatdateFormatprotected StringdateFormatStrstatic org.apache.commons.lang3.time.FastDateFormatDEFAULT_DATE_FORMATprotected StringsourceAttributeprotected StringsourceXPathprotected StringtargetTypeprotected StringtargetXPath
-
Constructor Summary
Constructors Constructor Description ScanFileFieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.lang3.time.FastDateFormatgetDateFormat()StringgetSourceAttribute()StringgetSourceXPath()StringgetTargetType()StringgetTargetXPath()
-
-
-
Field Detail
-
DEFAULT_DATE_FORMAT
public static final org.apache.commons.lang3.time.FastDateFormat DEFAULT_DATE_FORMAT
-
sourceXPath
protected String sourceXPath
-
sourceAttribute
protected String sourceAttribute
-
targetXPath
protected String targetXPath
-
targetType
protected String targetType
-
dateFormatStr
protected String dateFormatStr
-
dateFormat
protected org.apache.commons.lang3.time.FastDateFormat dateFormat
-
-