public interface BackupXmlParser
APKeys.JIRA_IMPORT_CLEAN_XML
flag to determine if it should try to clean the XML of bad characters.Modifier and Type | Method and Description |
---|---|
void |
parseAoBackupXml(String fileName,
org.xml.sax.helpers.DefaultHandler handler)
Uses a SAXParser to parse the given file using the given SAX DefaultHandler.
|
void |
parseOfBizBackupXml(String fileName,
org.xml.sax.helpers.DefaultHandler handler)
Uses a SAXParser to parse the given file using the given SAX DefaultHandler.
|
void parseOfBizBackupXml(String fileName, org.xml.sax.helpers.DefaultHandler handler) throws IOException, SAXException
com.atlassian.jira.bc.dataimport.DefaultExportService.ENTITIES_XML
entry.fileName
- Path name of the XML Backup file.handler
- A SAX DefaultHandler to handle the SAX events.FileNotFoundException
- If the given file does not exist.IOException
- If on IO Exception occursSAXException
- If any SAX errors occur during processing.void parseAoBackupXml(String fileName, org.xml.sax.helpers.DefaultHandler handler) throws IOException, SAXException
com.atlassian.jira.bc.dataimport.DefaultExportService.ACTIVEOBJECTS_XML
entry.fileName
- Path name of the XML Backup file.handler
- A SAX DefaultHandler to handle the SAX events.FileNotFoundException
- If the given file does not exist.IOException
- If on IO Exception occursSAXException
- If any SAX errors occur during processing.Copyright © 2002-2022 Atlassian. All Rights Reserved.