C# 클래스 Talifun.Commander.Command.AntiVirus.AntiVirusRunner

상속: ICommandRunner
파일 보기 프로젝트 열기: taliesins/talifun-commander

공개 메소드들

메소드 설명
GetMcAfeeSettings ( AntiVirusSettingElement antiVirusSetting ) : McAfeeSettings
Run ( ICommanderManager commanderManager, FileInfo inputFilePath, ProjectElement project, FileMatchElement fileMatch ) : void

메소드 상세

GetMcAfeeSettings() 공개 메소드

public GetMcAfeeSettings ( AntiVirusSettingElement antiVirusSetting ) : McAfeeSettings
antiVirusSetting AntiVirusSettingElement
리턴 McAfeeSettings

Run() 공개 메소드

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
리턴 void