C# Class TrackedBundleVersionGenerator, BundleVersionChecker

Inheritance: AbstractBundleVersionGenerator
Afficher le fichier Open project: kayy/BundleVersionChecker

Méthodes publiques

Méthode Description
GenerateCode ( ) : string
TrackedBundleVersionGenerator ( string className, string bundleVersion, string bundleIdentifier ) : System

Méthodes protégées

Méthode Description
CheckForUpdatesFromClass ( ) : bool

Private Methods

Méthode Description
FormatVersionConstantNames ( string version ) : string
GetHistoryFromLastVersionObject ( ) : ArrayList
GetVersionFromLastVersionObject ( ) : string
GetVersionFromVersionInfoObject ( object o ) : string

Method Details

CheckForUpdatesFromClass() protected méthode

protected CheckForUpdatesFromClass ( ) : bool
Résultat bool

GenerateCode() public méthode

public GenerateCode ( ) : string
Résultat string

TrackedBundleVersionGenerator() public méthode

public TrackedBundleVersionGenerator ( string className, string bundleVersion, string bundleIdentifier ) : System
className string
bundleVersion string
bundleIdentifier string
Résultat System