C# Class Goose.Core.Action.PowerShell.PowerShellGooseActionFactory

Inheritance: IGooseActionFactory
Exibir arquivo Open project: sebastianhallen/Goose

Public Methods

Method Description
Create ( ActionConfiguration configuration, IEnumerable files ) : IEnumerable
PowerShellGooseActionFactory ( IPowerShellTaskFactory powerShellTaskFactory, IShellCommandBuilder commandBuilder ) : System.Collections.Generic

Method Details

Create() public method

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

PowerShellGooseActionFactory() public method

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