C# Class withSIX.Mini.Plugin.Arma.Services.UserconfigProcessor.UserconfigUpdater

Inheritance: UserconfigProcessorBase
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void

Private Methods

Method Description
TryUserconfigUnpack ( IAbsoluteFilePath path, IAbsoluteDirectoryPath gamePath ) : void

Method Details

ProcessMissingFiles() public method

public ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void

TryUserconfigDirectory() public method

public TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
path IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void

TryUserconfigUpdate() public method

public TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void