C# Class AOUT.CH3.LogAn.LogAnalyzerUsingFactoryMethod

ファイルを表示 Open project: royosherove/aout1

Public Methods

Method Description
IsValidLogFileName ( string fileName ) : bool
IsValidLogFileName2 ( string fileName ) : bool

Protected Methods

Method Description
GetManager ( ) : IExtensionManager
IsSupportedExtension ( string fileName ) : bool

Method Details

GetManager() protected method

protected GetManager ( ) : IExtensionManager
return IExtensionManager

IsSupportedExtension() protected method

protected IsSupportedExtension ( string fileName ) : bool
fileName string
return bool

IsValidLogFileName() public method

public IsValidLogFileName ( string fileName ) : bool
fileName string
return bool

IsValidLogFileName2() public method

public IsValidLogFileName2 ( string fileName ) : bool
fileName string
return bool