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 TypeMethodDescriptionvoidconvertExportFile(File oldFile, File newFile) voidconvertStatusAndCategoryToFields(File oldFile, File newFile) booleanisOldFormat(File file) boolean
-
Method Details
-
isOldFormat
- Throws:
IOException
-
convertExportFile
- Throws:
XMLStreamExceptionIOException
-
isStatusAndCategoryFields
- Throws:
IOException
-
convertStatusAndCategoryToFields
void convertStatusAndCategoryToFields(File oldFile, File newFile) throws XMLStreamException, IOException - Throws:
XMLStreamExceptionIOException
-