|
CSVObjects Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.anupam.csv.mapping.CSVMappingParser
public class CSVMappingParser
XML Parser (based on Commons Digester) to parse and return the mapping configuration.
Digester
Constructor Summary | |
---|---|
CSVMappingParser()
Constructor for CSVMappingParser. |
Method Summary | |
---|---|
protected void |
finalize()
Finalizes this mapping parser. |
Map<String,CSVBeanMapping> |
getMappings(String xmlFileName,
boolean inClassPath)
Returns the map of parsed mapping configuration beans. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVMappingParser()
Method Detail |
---|
protected void finalize() throws Throwable
finalize
in class Object
Throwable
- thrown if the finalization failsObject.finalize()
public Map<String,CSVBeanMapping> getMappings(String xmlFileName, boolean inClassPath)
xmlFileName
- the XML mapping configuration fileinClassPath
- flag indicating whether the XML file is in the classpath
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |