Interface UpgradeTask
public interface UpgradeTask
An upgrade task.
All UpgradeTasks found in the global Lookup will be called by the UpgradeManager upon a fresh JJazzLab start, upon module installation (this means UI is not available yet).
-
Method Summary
-
Method Details
-
upgrade
Perform an upgrade task, typically import settings from oldVersion.- Parameters:
oldVersion- The reference JJazzLab version from which upgrade should be done. Can be null if no previous version was found on the system.
-