C# Class CrystalMpq.WoW.ArchiveDetection.VersionHandler

Show file Open project: sgraf812/crystalmpq

Public Methods

Method Description
CollectArchives ( string dataPath ) : IList
CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
Recognizes ( string dataPath ) : bool

Protected Methods

Method Description
DetectArchiveNumber ( string name ) : int
FormatHyphenatedArchiveName ( ) : string

Method Details

CollectArchives() public abstract method

public abstract CollectArchives ( string dataPath ) : IList
dataPath string
return IList

CollectLanguagePackArchives() public abstract method

public abstract CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
localePath string
wowCultureId string
return IList

DetectArchiveNumber() protected static method

protected static DetectArchiveNumber ( string name ) : int
name string
return int

FormatHyphenatedArchiveName() protected static method

protected static FormatHyphenatedArchiveName ( ) : string
return string

Recognizes() public method

public Recognizes ( string dataPath ) : bool
dataPath string
return bool