C# 클래스 GitSharp.ConfigCommand

상속: AbstractCommand
파일 보기 프로젝트 열기: nestalk/GitSharp

공개 메소드들

메소드 설명
ConfigCommand ( ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigCommand() 공개 메소드

public ConfigCommand ( ) : System
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void