C# Class GitSharp.Core.ConsoleUserInfoProvider

Inheritance: GitSharp.Core.UserInfoProvider
Exibir arquivo Open project: stschake/GitSharp

Public Methods

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

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