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

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

공개 메소드들

메소드 설명
Create ( ActionConfiguration configuration, IEnumerable files ) : IEnumerable
PowerShellGooseActionFactory ( IPowerShellTaskFactory powerShellTaskFactory, IShellCommandBuilder commandBuilder ) : System.Collections.Generic

메소드 상세

Create() 공개 메소드

public Create ( ActionConfiguration configuration, IEnumerable files ) : IEnumerable
configuration Goose.Core.Configuration.ActionConfiguration
files IEnumerable
리턴 IEnumerable

PowerShellGooseActionFactory() 공개 메소드

public PowerShellGooseActionFactory ( IPowerShellTaskFactory powerShellTaskFactory, IShellCommandBuilder commandBuilder ) : System.Collections.Generic
powerShellTaskFactory IPowerShellTaskFactory
commandBuilder IShellCommandBuilder
리턴 System.Collections.Generic