C# Class Metsys.WebOp.Runner.ShrinkCommand

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

Public Methods

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

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

ShrinkCommand() public method

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