C# 클래스 Goose.Core.Action.PowerShell.PowerShellTaskFactory

상속: IPowerShellTaskFactory
파일 보기 프로젝트 열기: sebastianhallen/Goose

공개 메소드들

메소드 설명
Create ( ShellCommand command ) : System.Threading.Tasks.Task
PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser ) : System
PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser, IShellCommandRunner commandRunner ) : System

메소드 상세

Create() 공개 메소드

public Create ( ShellCommand command ) : System.Threading.Tasks.Task
command ShellCommand
리턴 System.Threading.Tasks.Task

PowerShellTaskFactory() 공개 메소드

public PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser ) : System
outputService IOutputService
errorReporter ICommandErrorReporter
logParser ICommandLogParser
리턴 System

PowerShellTaskFactory() 공개 메소드

public PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser, IShellCommandRunner commandRunner ) : System
outputService IOutputService
errorReporter ICommandErrorReporter
logParser ICommandLogParser
commandRunner IShellCommandRunner
리턴 System