C# Class GitSharp.Core.Transport.OpenSshConfig

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
OpenSshConfig ( DirectoryInfo home, FileInfo cfg ) : System
get ( ) : OpenSshConfig
lookup ( string hostName ) : Host
userName ( ) : string

Private Methods

Méthode Description
dequote ( string value ) : string
isHostMatch ( string pattern, string name ) : bool
isHostPattern ( string s ) : bool
nows ( string value ) : string
parse ( Stream stream ) : Host>.Dictionary
refresh ( ) : Host>.Dictionary
toFile ( string path ) : FileInfo
yesno ( string value ) : bool

Method Details

OpenSshConfig() public méthode

public OpenSshConfig ( DirectoryInfo home, FileInfo cfg ) : System
home System.IO.DirectoryInfo
cfg System.IO.FileInfo
Résultat System

get() public static méthode

public static get ( ) : OpenSshConfig
Résultat OpenSshConfig

lookup() public méthode

public lookup ( string hostName ) : Host
hostName string
Résultat Host

userName() public static méthode

public static userName ( ) : string
Résultat string