C# Class Bari.Core.Commands.SelfUpdateCommand

Inheritance: ICommand
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Run ( Suite suite, string parameters ) : bool

Runs the command

SelfUpdateCommand ( IUserOutput output ) : System

Private Methods

Méthode Description
Get ( string path, string relativeTo ) : string
PrepareUpdate ( AppUpdater updater, IExtendedFileSystem fileSystem, IPackage package ) : IPreparedUpdate

Method Details

Run() public méthode

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)
Résultat bool

SelfUpdateCommand() public méthode

public SelfUpdateCommand ( IUserOutput output ) : System
output IUserOutput
Résultat System