C# Class GitSharp.Core.Transport.OpenSshConfig

Show file Open project: jagregory/GitSharp Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public OpenSshConfig ( DirectoryInfo home, FileInfo cfg ) : System
home System.IO.DirectoryInfo
cfg System.IO.FileInfo
return System

get() public static method

public static get ( ) : OpenSshConfig
return OpenSshConfig

lookup() public method

public lookup ( string hostName ) : Host
hostName string
return Host

userName() public static method

public static userName ( ) : string
return string