de.mguennewig.pobjimport
Class ParameterFileParser

java.lang.Object
  extended by 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

Method Summary
static ParameterFile parseFile(java.io.File file)
           
static ParameterFile parseFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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