ppotentials
Class DNET_Parser

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

Nested Class Summary
 class DNET_Parser.DNETException
          Exception class for DNET parsing.
 
Constructor Summary
DNET_Parser()
           
 
Method Summary
 boolean accept(File file)
           
 ResultSet parse(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNET_Parser

public DNET_Parser()
Method Detail

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)