C# Class Talifun.Commander.Command.AntiVirus.AntiVirusRunner

Inheritance: ICommandRunner
Show file Open project: taliesins/talifun-commander

Public Methods

Method Description
GetMcAfeeSettings ( AntiVirusSettingElement antiVirusSetting ) : McAfeeSettings
Run ( ICommanderManager commanderManager, FileInfo inputFilePath, ProjectElement project, FileMatchElement fileMatch ) : void

Method Details

GetMcAfeeSettings() public method

public GetMcAfeeSettings ( AntiVirusSettingElement antiVirusSetting ) : McAfeeSettings
antiVirusSetting AntiVirusSettingElement
return McAfeeSettings

Run() public method

public Run ( ICommanderManager commanderManager, FileInfo inputFilePath, ProjectElement project, FileMatchElement fileMatch ) : void
commanderManager ICommanderManager
inputFilePath System.IO.FileInfo
project Talifun.Commander.Command.Configuration.ProjectElement
fileMatch Talifun.Commander.Command.Configuration.FileMatchElement
return void