C# Class Metsys.WebOp.Runner.ZipCommand

Inheritance: ICommand
Afficher le fichier Open project: karlseguin/Metsys.WebOp

Méthodes publiques

Méthode Description
AddParameter ( string parameter ) : void
Execute ( string rootPath ) : void
ZipCommand ( IList arguments ) : System

Private Methods

Méthode Description
Compress ( string file ) : void

Method Details

AddParameter() public méthode

public AddParameter ( string parameter ) : void
parameter string
Résultat void

Execute() public méthode

public Execute ( string rootPath ) : void
rootPath string
Résultat void

ZipCommand() public méthode

public ZipCommand ( IList arguments ) : System
arguments IList
Résultat System