C# 클래스 Bari.Core.Commands.Clean.CleanCommand

Implements the 'clean' command, which removes all the generated and cached files from the suite file system.
상속: ICommand
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
CleanCommand ( [ targetRoot, IEnumerable extensions, IUserOutput output, ISoftCleanPredicates predicates ) : System

Constructs the command

Run ( Suite suite, string parameters ) : bool

Runs the command

비공개 메소드들

메소드 설명
CleanWarning ( Exception ex ) : void

메소드 상세

CleanCommand() 공개 메소드

Constructs the command
public CleanCommand ( [ targetRoot, IEnumerable extensions, IUserOutput output, ISoftCleanPredicates predicates ) : System
targetRoot [ Target root directory
extensions IEnumerable Additional cleaning steps to be performed
output IUserOutput User interface output interface
predicates ISoftCleanPredicates Soft clean predicate registry
리턴 System

Run() 공개 메소드

Runs the command
public Run ( Suite suite, string parameters ) : bool
suite Suite The current suite model the command is applied to
parameters string Parameters given to the command (in unprocessed form)
리턴 bool