Uses of Interface
com.atlassian.confluence.importexport.plugin.BackupRestoreProvider

Packages that use BackupRestoreProvider
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.plugin   
com.atlassian.confluence.plugin.descriptor.backup   
 

Uses of BackupRestoreProvider in com.atlassian.confluence.importexport
 

Method parameters in com.atlassian.confluence.importexport with type arguments of type BackupRestoreProvider
 File ImportedPluginDataPreProcessor.process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor, File source, ImportProcessorSummary summary)
          Takes a source file of plugin data and returns a new, processed plugin data file, or the original file if no processing is required, or null if the plugin data should be skipped.
 

Uses of BackupRestoreProvider in com.atlassian.confluence.importexport.plugin
 

Methods in com.atlassian.confluence.importexport.plugin that return types with arguments of type BackupRestoreProvider
 List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> DefaultBackupRestoreProviderManager.getModuleDescriptors()
           
 List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> BackupRestoreProviderManager.getModuleDescriptors()
           
 

Method parameters in com.atlassian.confluence.importexport.plugin with type arguments of type BackupRestoreProvider
 File DefaultBackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor)
           
 File BackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider)
           
 File DefaultBackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor)
           
 File BackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider)
           
 

Uses of BackupRestoreProvider in com.atlassian.confluence.plugin.descriptor.backup
 

Methods in com.atlassian.confluence.plugin.descriptor.backup that return BackupRestoreProvider
 BackupRestoreProvider BackupRestoreProviderModuleDescriptor.getModule()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.