C# Class CrystalMpq.WoW.ArchiveDetection.CataclysmAndUpwardsVersionHandler

Inheritance: VersionHandler
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
CollectArchives ( string dataPath ) : IList
CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList

Méthodes protégées

Méthode Description
ExpansionArchivesUpTo ( int currentExpansion, string dataPath, string archiveFormat, WoWArchiveKind archiveKind ) : IEnumerable

Provides archive information for all current expansion archives.

GetPatchArchives ( string dataPath, WoWArchiveKind archiveKind, string patchFilePattern ) : IEnumerable

Method Details

CollectArchives() public méthode

public CollectArchives ( string dataPath ) : IList
dataPath string
Résultat IList

CollectLanguagePackArchives() public méthode

public CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
localePath string
wowCultureId string
Résultat IList

ExpansionArchivesUpTo() protected static méthode

Provides archive information for all current expansion archives.
protected static ExpansionArchivesUpTo ( int currentExpansion, string dataPath, string archiveFormat, WoWArchiveKind archiveKind ) : IEnumerable
currentExpansion int The number of the current expansion, i.e. 4 for Cataclysm.
dataPath string Path to WoW's Data folder.
archiveFormat string Archive file format string used to expand the file name.
archiveKind WoWArchiveKind
Résultat IEnumerable

GetPatchArchives() protected static méthode

protected static GetPatchArchives ( string dataPath, WoWArchiveKind archiveKind, string patchFilePattern ) : IEnumerable
dataPath string
archiveKind WoWArchiveKind
patchFilePattern string
Résultat IEnumerable