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

Inheritance: ICommandRunner
Afficher le fichier Open project: taliesins/talifun-commander

Méthodes publiques

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

Method Details

GetMcAfeeSettings() public méthode

public GetMcAfeeSettings ( AntiVirusSettingElement antiVirusSetting ) : McAfeeSettings
antiVirusSetting AntiVirusSettingElement
Résultat McAfeeSettings

Run() public méthode

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
Résultat void