net.sourceforge.toscanaj.parser
Class CSCParser

java.lang.Object
  extended byorg.tockit.conscript.parser.CSCParser
      extended bynet.sourceforge.toscanaj.parser.CSCParser

public class CSCParser
extends org.tockit.conscript.parser.CSCParser

To do:
this is not really a parser, it should be a class using the parser instead of deriving from it.

Field Summary
 
Fields inherited from class org.tockit.conscript.parser.CSCParser
logger
 
Constructor Summary
CSCParser()
           
 
Method Summary
 void importCSCFile(java.io.File file, ConceptualSchema schema)
           
 
Methods inherited from class org.tockit.conscript.parser.CSCParser
identifySectionParser, importCSCFile, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSCParser

public CSCParser()
Method Detail

importCSCFile

public void importCSCFile(java.io.File file,
                          ConceptualSchema schema)
                   throws org.tockit.conscript.parser.DataFormatException,
                          java.io.FileNotFoundException
Throws:
org.tockit.conscript.parser.DataFormatException
java.io.FileNotFoundException


The ToscanaJ project