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.FastDateFormat
dateFormat
protected String
dateFormatStr
static org.apache.commons.lang3.time.FastDateFormat
DEFAULT_DATE_FORMAT
protected String
sourceAttribute
protected String
sourceXPath
protected String
targetType
protected String
targetXPath
-
Constructor Summary
Constructors Constructor Description ScanFileFieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.lang3.time.FastDateFormat
getDateFormat()
String
getSourceAttribute()
String
getSourceXPath()
String
getTargetType()
String
getTargetXPath()
-
-
-
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
-
-