public interface ImportedPluginDataPreProcessor
Modifier and Type | Method and Description |
---|---|
File |
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.
|
File process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor, File source, ImportProcessorSummary summary)
moduleDescriptor
- the module descriptor of the plugin module whose plugin data is to be restoredsource
- The source file of the plugin data that needs to be processedsummary
- The summary of the import just completed by Confluence.Copyright © 2003–2018 Atlassian. All rights reserved.