C# 클래스 Bari.Core.Commands.Pack.PackCommand

Implements the `pack` command which creates a single package from the build output of a Product
상속: ICommand
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
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