Package de.julielab.jcore.reader.xml
Class Initializer
- java.lang.Object
-
- de.julielab.jcore.reader.xml.Initializer
-
public class Initializer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_MAPPING_FILEConfiguration parameter defined in the descriptorstatic StringPARAM_ROW_MAPPING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Row2CasMappergetRow2CasMapper()de.julielab.jcore.reader.xmlmapper.mapper.XMLMappergetXmlMapper()
-
-
-
Field Detail
-
PARAM_ROW_MAPPING
public static final String PARAM_ROW_MAPPING
- See Also:
- Constant Field Values
-
PARAM_MAPPING_FILE
public static final String PARAM_MAPPING_FILE
Configuration parameter defined in the descriptor- See Also:
- Constant Field Values
-
-
Method Detail
-
getXmlMapper
public de.julielab.jcore.reader.xmlmapper.mapper.XMLMapper getXmlMapper()
-
getRow2CasMapper
public Row2CasMapper getRow2CasMapper()
-
-