public class BackupOverviewHandler extends Object implements ImportEntityHandler
BackupOverview
object that can be used to prompt the user with which project to import.| Constructor and Description |
|---|
BackupOverviewHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
|
BackupOverview |
getBackupOverview() |
void |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
public BackupOverview getBackupOverview()
public void handleEntity(String entityName, Map<String,String> attributes) throws ParseException
ImportEntityHandlerhandleEntity in interface ImportEntityHandlerentityName - identifies the entity (i.e. Issue)attributes - complete list of the attributes listed in the XML element including the nested
elements.ParseException - if the entity is invalid a ParseException will be thrown.public void startDocument()
ImportEntityHandlerstartDocument in interface ImportEntityHandlerpublic void endDocument()
ImportEntityHandlerendDocument in interface ImportEntityHandlerCopyright © 2002-2015 Atlassian. All Rights Reserved.