C# 클래스 Goose.Core.Output.GooseErrorTaskHandler

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

공개 메소드들

메소드 설명
Add ( IEnumerable tasks ) : void
Existing ( ShellCommand command ) : IEnumerable
GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
Remove ( ShellCommand command ) : void

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable tasks ) : void
tasks IEnumerable
리턴 void

Existing() 공개 메소드

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

GooseErrorTaskHandler() 공개 메소드

public GooseErrorTaskHandler ( IErrorListProviderFacade errorListFacade ) : System.Collections.Concurrent
errorListFacade IErrorListProviderFacade
리턴 System.Collections.Concurrent

Remove() 공개 메소드

public Remove ( ShellCommand command ) : void
command ShellCommand
리턴 void