C# Class GitSharp.ConfigCommand

Inheritance: AbstractCommand
Exibir arquivo Open project: nestalk/GitSharp

Public Methods

Method Description
ConfigCommand ( ) : System
Execute ( ) : void

Private Methods

Method Description
doAdd ( string name, string value ) : void
doDefault ( string name, string value, string valueRegex ) : void
doEdit ( ) : void
doGet ( string name, string regexValue ) : void
doGetAll ( string name, string regexValue ) : void
doGetColor ( string color, string defaultColor ) : void
doGetColorBool ( string color, string ouputToTerminal ) : void
doGetRegExp ( string nameRegex, string valueRegex ) : void
doList ( ) : void
doRemoveSection ( string name ) : void
doRenameSection ( string oldName, string newName ) : void
doReplaceAll ( string name, string value, string regexValue ) : void
doUnSet ( string name, string valueRegex ) : void
doUnSetAll ( string name, string valueRegex ) : void

Method Details

ConfigCommand() public method

public ConfigCommand ( ) : System
return System

Execute() public method

public Execute ( ) : void
return void