C# Class CmisSync.Lib.Config.ConfigMigration

Migrate config.xml from past versions.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
Migrate ( ) : void

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

Private Methods

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

Method Details

Migrate() public static méthode

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