C# 클래스 AEMManager.Util.RegistryMigration

파일 보기 프로젝트 열기: wcm-io-devops/aem-manager

공개 메소드들

메소드 설명
CheckForLegacyRegistrySettings ( ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckForLegacyRegistrySettings() 공개 정적인 메소드

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
리턴 void