C# Class Versionr.Commands.RemoteCommand

Inheritance: BaseCommand
ファイルを表示 Open project: eatplayhate/versionr

Public Methods

Method Description
Run ( System workingDirectory, object options ) : bool

Protected Methods

Method Description
RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool

Private Methods

Method Description
TryParseRemoteName ( string name ) : Tuple

Method Details

Run() public method

public Run ( System workingDirectory, object options ) : bool
workingDirectory System
options object
return bool

RunInternal() protected abstract method

protected abstract RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool
client Versionr.Network.Client
options RemoteCommandVerbOptions
return bool