Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cvebrowser.dictionary.data.parser
Interface DataParser  view DataParser download DataParser.java

All Known Implementing Classes:
CSVToXMLParser

public interface DataParser

DataParser - contract interface needed to create a CVE / CAN data file parser.

Version:
0.1 - 04/12/2003

Method Summary
 boolean parse(java.lang.String mitreDataFile_, java.lang.String outputfile_)
          Takes a Mitre data file and creates an output format used to load the CVE / CAN data into the local database.
 

Method Detail

parse

public boolean parse(java.lang.String mitreDataFile_,
                     java.lang.String outputfile_)
              throws DataParserException,
                     java.io.IOException
Takes a Mitre data file and creates an output format used to load the CVE / CAN data into the local database.

Since:
0.1