Method | Description | |
---|---|---|
ArchiveContent ( string name, |
||
ArchiveContent ( string name, string destination, IFileDownloader downloader ) : System | ||
Clean ( ) : void | ||
Create ( ) : void | ||
Download ( |
||
Download ( string url ) : void | ||
DownloadAsync ( |
||
DownloadAsync ( string url ) : System.Threading.Tasks.Task | ||
ImportFromArchive ( IAbsoluteFilePath file ) : void | ||
ImportFromDownload ( string url ) : void | ||
ImportFromDownloadAsync ( string url ) : System.Threading.Tasks.Task | ||
Process ( ) : void | ||
Unpack ( ) : void | ||
Update ( |
||
Update ( string url ) : void | ||
UpdateContent ( ) : void |
Method | Description | |
---|---|---|
MoveRootDirectory ( |
||
MoveRootFile ( |
||
ProcessBiSigns ( string addonsPath ) : void | ||
ProcessKeys ( ) : void | ||
ProcessPbos ( string missionsPath, string addonsPath ) : void | ||
RecurseDirectory ( |
public ArchiveContent ( string name, |
||
name | string | |
destination | ||
downloader | IFileDownloader | |
return | System |
public ArchiveContent ( string name, string destination, IFileDownloader downloader ) : System | ||
name | string | |
destination | string | |
downloader | IFileDownloader | |
return | System |
public DownloadAsync ( |
||
url | ||
return | System.Threading.Tasks.Task |
public DownloadAsync ( string url ) : System.Threading.Tasks.Task | ||
url | string | |
return | System.Threading.Tasks.Task |
public ImportFromArchive ( IAbsoluteFilePath file ) : void | ||
file | IAbsoluteFilePath | |
return | void |
public ImportFromDownload ( string url ) : void | ||
url | string | |
return | void |
public ImportFromDownloadAsync ( string url ) : System.Threading.Tasks.Task | ||
url | string | |
return | System.Threading.Tasks.Task |