C# Class AOUT.CH3.LogAn.LogAnalyzerUsingFactoryMethod

Afficher le fichier Open project: royosherove/aout1

Méthodes publiques

Méthode Description
IsValidLogFileName ( string fileName ) : bool
IsValidLogFileName2 ( string fileName ) : bool

Méthodes protégées

Méthode Description
GetManager ( ) : IExtensionManager
IsSupportedExtension ( string fileName ) : bool

Method Details

GetManager() protected méthode

protected GetManager ( ) : IExtensionManager
Résultat IExtensionManager

IsSupportedExtension() protected méthode

protected IsSupportedExtension ( string fileName ) : bool
fileName string
Résultat bool

IsValidLogFileName() public méthode

public IsValidLogFileName ( string fileName ) : bool
fileName string
Résultat bool

IsValidLogFileName2() public méthode

public IsValidLogFileName2 ( string fileName ) : bool
fileName string
Résultat bool