C# Class AEMManager.Util.RegistryMigration

Afficher le fichier Open project: wcm-io-devops/aem-manager

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void