C# 클래스 Metsys.WebOp.Runner.ZipCommand

상속: ICommand
파일 보기 프로젝트 열기: karlseguin/Metsys.WebOp

공개 메소드들

메소드 설명
AddParameter ( string parameter ) : void
Execute ( string rootPath ) : void
ZipCommand ( IList arguments ) : System

비공개 메소드들

메소드 설명
Compress ( string file ) : void

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string parameter ) : void
parameter string
리턴 void

Execute() 공개 메소드

public Execute ( string rootPath ) : void
rootPath string
리턴 void

ZipCommand() 공개 메소드

public ZipCommand ( IList arguments ) : System
arguments IList
리턴 System