Method | Description | |
---|---|---|
DownloadAndInstall ( ) : System.Threading.Tasks.Task | ||
DownloadAndInstaller ( IFileDownloader downloader, StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination, IRestarter restarter ) : System |
Method | Description | |
---|---|---|
DeleteSourceFileIfExists ( ) : void | ||
PerformDownload ( ) : System.Threading.Tasks.Task | ||
PerformUnpack ( ) : System.Threading.Tasks.Task | ||
PreConditions ( ) : Task |
public DownloadAndInstall ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DownloadAndInstaller ( IFileDownloader downloader, StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination, IRestarter restarter ) : System | ||
downloader | IFileDownloader | |
statusRepo | StatusRepo | |
file | string | |
destination | IAbsoluteDirectoryPath | |
restarter | IRestarter | |
return | System |