C# Класс Bari.Core.Commands.Clean.CleanCommand

Implements the 'clean' command, which removes all the generated and cached files from the suite file system.
Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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