C# Class Metsys.WebOp.Runner.ZipCommand

Inheritance: ICommand
ファイルを表示 Open project: karlseguin/Metsys.WebOp

Public Methods

Method Description
AddParameter ( string parameter ) : void
Execute ( string rootPath ) : void
ZipCommand ( IList arguments ) : System

Private Methods

Method Description
Compress ( string file ) : void

Method Details

AddParameter() public method

public AddParameter ( string parameter ) : void
parameter string
return void

Execute() public method

public Execute ( string rootPath ) : void
rootPath string
return void

ZipCommand() public method

public ZipCommand ( IList arguments ) : System
arguments IList
return System