C# Класс Bari.Core.Commands.Pack.PackCommand

Implements the `pack` command which creates a single package from the build output of a Product
Наследование: ICommand
Показать файл Открыть проект

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

Метод Описание
PackCommand ( IProductPackagerFactory productPackagerFactory, [ targetRoot ) : System
Run ( Suite suite, string parameters ) : bool

Runs the command

Приватные методы

Метод Описание
CollectOutput ( IFileSystemDirectory productRoot, string productName, IFileSystemDirectory dir, HashSet result ) : void
GetProductOutputs ( Product product ) : ISet
PackProduct ( Suite suite, string productName ) : void

Описание методов

PackCommand() публичный Метод

public PackCommand ( IProductPackagerFactory productPackagerFactory, [ targetRoot ) : System
productPackagerFactory IProductPackagerFactory
targetRoot [
Результат 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