com.atlassian.jira.bean.export
Interface AutoExport

All Known Implementing Classes:
AutoExportImpl

public interface AutoExport


Field Summary
static String BASE_FILE_NAME
           
static String FIX_INVALID_XML_CHARACTERS
           
 
Method Summary
 String exportData()
           
 String getExportFilePath()
           
 

Field Detail

FIX_INVALID_XML_CHARACTERS

public static final String FIX_INVALID_XML_CHARACTERS
See Also:
Constant Field Values

BASE_FILE_NAME

public static final String BASE_FILE_NAME
See Also:
Constant Field Values
Method Detail

exportData

public String exportData()
                  throws FileNotFoundException,
                         FileExistsException,
                         IllegalXMLCharactersException,
                         Exception
Throws:
FileNotFoundException
FileExistsException
IllegalXMLCharactersException
Exception

getExportFilePath

public String getExportFilePath()
                         throws FileNotFoundException,
                                FileExistsException
Throws:
FileNotFoundException
FileExistsException


Copyright © 2002-2006 Atlassian. All Rights Reserved.