C# 클래스 Bari.Core.Commands.RebuildCommand

Implements 'rebuild' command, which runs one or more builder (IBuilder) for a Project, Module or product after cleaning the suite.
상속: ICommand, IHasBuildTarget
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
RebuildCommand ( [ cleanCommand, [ buildCommand, [ targetRoot, [ cacheRoot ) : System
Run ( Suite suite, string parameters ) : bool

Runs the command

메소드 상세

RebuildCommand() 공개 메소드

public RebuildCommand ( [ cleanCommand, [ buildCommand, [ targetRoot, [ cacheRoot ) : System
cleanCommand [
buildCommand [
targetRoot [
cacheRoot [
리턴 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