C# Class GitSharp.Core.ConsoleUserInfoProvider

Inheritance: GitSharp.Core.UserInfoProvider
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
promptPassphrase ( string message ) : bool
promptPassword ( string message ) : bool
promptYesNo ( string message ) : bool
showMessage ( string message ) : void

Method Details

promptPassphrase() public méthode

public promptPassphrase ( string message ) : bool
message string
Résultat bool

promptPassword() public méthode

public promptPassword ( string message ) : bool
message string
Résultat bool

promptYesNo() public méthode

public promptYesNo ( string message ) : bool
message string
Résultat bool

showMessage() public méthode

public showMessage ( string message ) : void
message string
Résultat void