C# Class withSIX.Play.Applications.Services.ServerModsMigrator

Inheritance: IDomainService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
MigrateServerMods ( Game currentGame, StatusRepo statusRepo ) : void
ShouldMoveServerMods ( Game currentGame ) : Task

Private Methods

Méthode Description
GetServerModFolders ( Game game ) : IEnumerable
MigrateServerModFolder ( IAbsoluteDirectoryPath modFolder, IAbsoluteDirectoryPath modPath ) : void
MigrateServerMods ( IEnumerable folders, IAbsoluteDirectoryPath modPath, StatusRepo statusRepo ) : void

Method Details

MigrateServerMods() public méthode

public MigrateServerMods ( Game currentGame, StatusRepo statusRepo ) : void
currentGame Game
statusRepo StatusRepo
Résultat void

ShouldMoveServerMods() public méthode

public ShouldMoveServerMods ( Game currentGame ) : Task
currentGame Game
Résultat Task