- 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. |
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