Class AttributeConfigDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.importer.xml.parser.AttributeConfigDescriptor
-
-
Constructor Summary
Constructors Constructor Description AttributeConfigDescriptor()
AttributeConfigDescriptor(String tagName, String targetDocProperty, String xmlPath, String filter)
AttributeConfigDescriptor(String tagName, String targetDocProperty, Map<String,String> mapping, String filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilter()
Map<String,String>
getMapping()
boolean
getOverwrite()
String
getSingleXpath()
String
getTagName()
String
getTargetDocProperty()
String
toString()
-