C# 클래스 GitSharp.Core.Transport.OpenSshConfig

파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
OpenSshConfig ( DirectoryInfo home, FileInfo cfg ) : System
get ( ) : OpenSshConfig
lookup ( string hostName ) : Host
userName ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

OpenSshConfig() 공개 메소드

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

get() 공개 정적인 메소드

public static get ( ) : OpenSshConfig
리턴 OpenSshConfig

lookup() 공개 메소드

public lookup ( string hostName ) : Host
hostName string
리턴 Host

userName() 공개 정적인 메소드

public static userName ( ) : string
리턴 string