C# Class Versionr.Commands.BaseWorkspaceCommand

Inheritance: BaseCommand
Datei anzeigen Open project: eatplayhate/versionr

Public Methods

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

Protected Methods

Method Description
RunInternal ( object options ) : bool

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 ( object options ) : bool
options object
return bool