C# Class Versionr.Commands.RemoteCommand

Inheritance: BaseCommand
Afficher le fichier Open project: eatplayhate/versionr

Méthodes publiques

Méthode Description
Run ( System workingDirectory, object options ) : bool

Méthodes protégées

Méthode Description
RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool

Private Methods

Méthode Description
TryParseRemoteName ( string name ) : Tuple

Method Details

Run() public méthode

public Run ( System workingDirectory, object options ) : bool
workingDirectory System
options object
Résultat bool

RunInternal() protected abstract méthode

protected abstract RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool
client Versionr.Network.Client
options RemoteCommandVerbOptions
Résultat bool