Uses of Class
com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents

Packages that use UnexpectedImportZipFileContents
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
 

Uses of UnexpectedImportZipFileContents in com.atlassian.confluence.importexport.actions
 

Methods in com.atlassian.confluence.importexport.actions that throw UnexpectedImportZipFileContents
protected  DefaultImportContext RestorePageAction.createImportContext()
           
protected abstract  DefaultImportContext AbstractImportAction.createImportContext()
           
protected  DefaultImportContext AbstractFileRestoreAction.createImportContext()
          Builds the import context from the restore file xml
protected  void AbstractImportAction.doRestore()
           
protected  boolean AbstractImportAction.isImportAllowed()
          Override if you want to prohibit certain types of export zips from being imported
protected  boolean AbstractFileRestoreAction.isImportAllowed()
           
 

Uses of UnexpectedImportZipFileContents in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl that throw UnexpectedImportZipFileContents
static Properties ExportUtils.getExportDescriptor(File exportZip, boolean cleanup)
           
static String ExportUtils.getExportTypeFromExportZip(File exportZip)
          extracts only the exportDescriptor.properties from an export zip and determine the type of export
static String ExportUtils.getExportTypeFromExportZip(File exportZip, boolean cleanup)
           
static String ExportUtils.getSpaceKeyFromExportZip(File exportZip)
          parses entities.xml file and extracts the first space key it finds
static boolean ExportUtils.isSpaceImport(File importFile)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.