Class KeyInitPostImportTask
- java.lang.Object
-
- com.atlassian.confluence.importexport.KeyInitPostImportTask
-
- All Implemented Interfaces:
PostImportTask
@Deprecated public class KeyInitPostImportTask extends Object implements PostImportTask
Deprecated.since 7.17.0.Ensures Confluence has system key pairs after a site import.
-
-
Constructor Summary
Constructors Constructor Description KeyInitPostImportTask(KeyPairInitialiser keyPairInitialiser)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute(ImportContext context)Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent.
-
-
-
Constructor Detail
-
KeyInitPostImportTask
public KeyInitPostImportTask(KeyPairInitialiser keyPairInitialiser)
Deprecated.
-
-
Method Detail
-
execute
public void execute(ImportContext context) throws ImportExportException
Deprecated.Description copied from interface:PostImportTaskPerform any necessary clean-up to ensure the imported data is internally consistent.- Specified by:
executein interfacePostImportTask- Parameters:
context- the context of the import which has just finished- Throws:
ImportExportException- if there was a problem with this task that should mean aborting the import entirely. Most implementations should not throw any exceptions, but rather log an error and allow the import to continue.
-
-