Interface BMTConverter
public interface BMTConverter
Converts files in the old export format to a file in the new export format (3.5 and later).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
convertExportFile
(File oldFile, File newFile) void
convertStatusAndCategoryToFields
(File oldFile, File newFile) boolean
isOldFormat
(File file) boolean
-
Method Details
-
isOldFormat
- Throws:
IOException
-
convertExportFile
- Throws:
XMLStreamException
IOException
-
isStatusAndCategoryFields
- Throws:
IOException
-
convertStatusAndCategoryToFields
void convertStatusAndCategoryToFields(File oldFile, File newFile) throws XMLStreamException, IOException - Throws:
XMLStreamException
IOException
-