C# Class AEMManager.Util.RegistryMigration

Show file Open project: wcm-io-devops/aem-manager

Public Methods

Method Description
CheckForLegacyRegistrySettings ( ) : void

Checks if legacy registry settings from predecessor of AEM manager exists, and ask if they should be migrated to AEM manager.

Private Methods

Method Description
GetPredecessorRegistrySettings ( ) : RegistryKey
HasAemManagerRegistrySettings ( ) : bool
MigrateAemManager ( RegistryKey source, RegistryKey target ) : void
MigrateInstance ( RegistryKey source, RegistryKey target ) : void
MigrateInstances ( RegistryKey source, RegistryKey target ) : void
MigrateIntValues ( RegistryKey source, RegistryKey target ) : void
MigratePreferences ( RegistryKey source, RegistryKey target ) : void
MigrateSettings ( RegistryKey source ) : void
MigrateStringValues ( RegistryKey source, RegistryKey target ) : void

Method Details

CheckForLegacyRegistrySettings() public static method

Checks if legacy registry settings from predecessor of AEM manager exists, and ask if they should be migrated to AEM manager.
public static CheckForLegacyRegistrySettings ( ) : void
return void