de.mguennewig.pobjimport
Class ParameterFileParser
java.lang.Object
de.mguennewig.pobjimport.ParameterFileParser
public final class ParameterFileParser
- extends java.lang.Object
Parser for a parameter XML file used by PObjImport and PObjExport.
- Author:
- Michael Günnewig
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseFile
public static ParameterFile parseFile(java.lang.String filename)
throws java.io.IOException,
ParserException,
java.sql.SQLException
- Throws:
java.io.IOException
ParserException
java.sql.SQLException
parseFile
public static ParameterFile parseFile(java.io.File file)
throws java.io.IOException,
ParserException,
java.sql.SQLException
- Throws:
java.io.IOException
ParserException
java.sql.SQLException