ppotentials
Class DNET_Parser
java.lang.Object
ppotentials.DNET_Parser
- All Implemented Interfaces:
- KB_Parser, Parser
public class DNET_Parser
- extends Object
- implements KB_Parser
A NENOK parser implementation that parses DNET files.
- Version:
- $LastChangedRevision: 568 $
$LastChangedDate: 2008-03-26 14:42:35 +0100 (Mi, 26 Mrz 2008) $
- Author:
- Marc Pouly
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNET_Parser
public DNET_Parser()
accept
public boolean accept(File file)
- Specified by:
accept
in interface Parser
- See Also:
Parser.accept(java.io.File)
parse
public ResultSet parse(File file)
throws ParserException
- Specified by:
parse
in interface KB_Parser
- Throws:
ParserException
- See Also:
KB_Parser.parse(java.io.File)