C# 클래스 GitSharp.Core.RepositoryCache

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

공개 메소드들

메소드 설명
RepositoryCache ( ) : System.Collections.Generic
clear ( ) : void
close ( Repository db ) : void
open ( Key location ) : Repository
open ( Key location, bool mustExist ) : Repository
register ( Repository db ) : void

비공개 메소드들

메소드 설명
clearAll ( ) : void
lockFor ( Key location ) : Lock
openRepository ( Key location, bool mustExist ) : Repository
registerRepository ( Key location, Repository db ) : void
unregisterRepository ( Key location ) : void

메소드 상세

RepositoryCache() 공개 메소드

public RepositoryCache ( ) : System.Collections.Generic
리턴 System.Collections.Generic

clear() 공개 정적인 메소드

public static clear ( ) : void
리턴 void

close() 공개 정적인 메소드

public static close ( Repository db ) : void
db Repository
리턴 void

open() 공개 정적인 메소드

public static open ( Key location ) : Repository
location Key
리턴 Repository

open() 공개 정적인 메소드

public static open ( Key location, bool mustExist ) : Repository
location Key
mustExist bool
리턴 Repository

register() 공개 정적인 메소드

public static register ( Repository db ) : void
db Repository
리턴 void