C# Class Goose.Core.Output.GooseErrorTaskHandler

Inheritance: IErrorTaskHandler
Mostra file Open project: sebastianhallen/Goose

Public Methods

Method Description
Add ( IEnumerable tasks ) : void
Existing ( ShellCommand command ) : IEnumerable
GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
Remove ( ShellCommand command ) : void

Method Details

Add() public method

public Add ( IEnumerable tasks ) : void
tasks IEnumerable
return void

Existing() public method

public Existing ( ShellCommand command ) : IEnumerable
command Goose.Core.Action.ShellCommand
return IEnumerable

GooseErrorTaskHandler() public method

public GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
errorListFacade IErrorListProviderFacade
return System.Collections.Concurrent

Remove() public method

public Remove ( ShellCommand command ) : void
command ShellCommand
return void