C# Class GitSharp.Core.FormUserInfoProvider

Inheritance: GitSharp.Core.UserInfoProvider
Show file Open project: jagregory/GitSharp

Public Methods

Method Description
promptPassphrase ( string message ) : bool
promptPassword ( string message ) : bool
promptYesNo ( string message ) : bool
showMessage ( string message ) : void

Private Methods

Method Description
Prompt ( string message, string &input ) : bool

Method Details

promptPassphrase() public method

public promptPassphrase ( string message ) : bool
message string
return bool

promptPassword() public method

public promptPassword ( string message ) : bool
message string
return bool

promptYesNo() public method

public promptYesNo ( string message ) : bool
message string
return bool

showMessage() public method

public showMessage ( string message ) : void
message string
return void