com.atlassian.confluence.importexport.plugin
Class DefaultBackupRestoreProviderManager
java.lang.Object
com.atlassian.confluence.importexport.plugin.DefaultBackupRestoreProviderManager
- All Implemented Interfaces:
- BackupRestoreProviderManager
public class DefaultBackupRestoreProviderManager
- extends java.lang.Object
- implements BackupRestoreProviderManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBackupRestoreProviderManager
public DefaultBackupRestoreProviderManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
getModuleDescriptors
public java.util.List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> getModuleDescriptors()
- Specified by:
getModuleDescriptors
in interface BackupRestoreProviderManager
getModuleBackupFile
public java.io.File getModuleBackupFile(java.io.File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor)
throws java.io.IOException
- Specified by:
getModuleBackupFile
in interface BackupRestoreProviderManager
- Throws:
java.io.IOException
createModuleBackupFile
public java.io.File createModuleBackupFile(java.io.File exportBaseDir,
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor)
throws java.io.IOException
- Specified by:
createModuleBackupFile
in interface BackupRestoreProviderManager
- Throws:
java.io.IOException
Copyright © 2003-2013 Atlassian. All Rights Reserved.