C# 클래스 GitSharp.Core.Transport.TransportHttp.HttpObjectDatabase

상속: WalkRemoteObjectDatabase
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
HttpObjectDatabase ( Uri b ) : System
ReadAdvertisedRefs ( ) : Ref>.Dictionary
close ( ) : void
getAlternates ( ) : List
getPackNames ( ) : List
getURI ( ) : URIish
open ( string path ) : Stream
openAlternate ( string location ) : WalkRemoteObjectDatabase

비공개 메소드들

메소드 설명
DuplicateAdvertisement ( string n ) : PackProtocolException
InvalidAdvertisement ( string n ) : PackProtocolException
OutOfOrderAdvertisement ( string n ) : PackProtocolException
ReadAdvertisedImpl ( TextReader br ) : Ref>.Dictionary

메소드 상세

HttpObjectDatabase() 공개 메소드

public HttpObjectDatabase ( Uri b ) : System
b System.Uri
리턴 System

ReadAdvertisedRefs() 공개 메소드

public ReadAdvertisedRefs ( ) : Ref>.Dictionary
리턴 Ref>.Dictionary

close() 공개 메소드

public close ( ) : void
리턴 void

getAlternates() 공개 메소드

public getAlternates ( ) : List
리턴 List

getPackNames() 공개 메소드

public getPackNames ( ) : List
리턴 List

getURI() 공개 메소드

public getURI ( ) : URIish
리턴 URIish

open() 공개 메소드

public open ( string path ) : Stream
path string
리턴 Stream

openAlternate() 공개 메소드

public openAlternate ( string location ) : WalkRemoteObjectDatabase
location string
리턴 WalkRemoteObjectDatabase