C# 클래스 CmisSync.Lib.Config.ConfigMigration

Migrate config.xml from past versions.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
Migrate ( ) : void

Migrate from the config.xml format of CmisSync 0.3.9 to the current format, if necessary.

비공개 메소드들

메소드 설명
CheckForDoublicatedLog4NetElement ( ) : void
MigrateHiddenReposPatterns ( ) : void
MigrateIgnoredPatterns ( ) : void
ReplaceCaseSensitiveNotification ( ) : void

Replaces True by true in the notification to make it possible to deserialize Xml Config to C# Objects

ReplaceTrunkByChunk ( ) : void
ReplaceXMLRootElement ( ) : void

Replace XML root element name from sparkleshare to CmisSync

메소드 상세

Migrate() 공개 정적인 메소드

Migrate from the config.xml format of CmisSync 0.3.9 to the current format, if necessary.
public static Migrate ( ) : void
리턴 void