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

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
ExpandFromDestination ( Ref r ) : RefSpec
ExpandFromDestination ( string r ) : RefSpec
ExpandFromSource ( Ref r ) : RefSpec
ExpandFromSource ( string r ) : RefSpec
GetHashCode ( ) : int
IsWildcard ( string s ) : bool
MatchDestination ( Ref r ) : bool
MatchDestination ( string r ) : bool
MatchSource ( Ref r ) : bool
MatchSource ( string r ) : bool
RefSpec ( ) : System
RefSpec ( string spec ) : System
RefSpec ( string source, string destination ) : System
SetDestination ( string destination ) : RefSpec
SetForce ( bool force ) : RefSpec
SetSource ( string source ) : RefSpec
SetSourceDestination ( string source, string destination ) : RefSpec
ToString ( ) : string

비공개 메소드들

메소드 설명
RefSpec ( RefSpec p ) : System
eq ( string a, string b ) : bool
expandFromDstImp ( string name ) : RefSpec
expandFromSourceImp ( string name ) : RefSpec
match ( string refName, string s ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ExpandFromDestination() 공개 메소드

public ExpandFromDestination ( Ref r ) : RefSpec
r Ref
리턴 RefSpec

ExpandFromDestination() 공개 메소드

public ExpandFromDestination ( string r ) : RefSpec
r string
리턴 RefSpec

ExpandFromSource() 공개 메소드

public ExpandFromSource ( Ref r ) : RefSpec
r Ref
리턴 RefSpec

ExpandFromSource() 공개 메소드

public ExpandFromSource ( string r ) : RefSpec
r string
리턴 RefSpec

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsWildcard() 공개 정적인 메소드

public static IsWildcard ( string s ) : bool
s string
리턴 bool

MatchDestination() 공개 메소드

public MatchDestination ( Ref r ) : bool
r Ref
리턴 bool

MatchDestination() 공개 메소드

public MatchDestination ( string r ) : bool
r string
리턴 bool

MatchSource() 공개 메소드

public MatchSource ( Ref r ) : bool
r Ref
리턴 bool

MatchSource() 공개 메소드

public MatchSource ( string r ) : bool
r string
리턴 bool

RefSpec() 공개 메소드

public RefSpec ( ) : System
리턴 System

RefSpec() 공개 메소드

public RefSpec ( string spec ) : System
spec string
리턴 System

RefSpec() 공개 메소드

public RefSpec ( string source, string destination ) : System
source string
destination string
리턴 System

SetDestination() 공개 메소드

public SetDestination ( string destination ) : RefSpec
destination string
리턴 RefSpec

SetForce() 공개 메소드

public SetForce ( bool force ) : RefSpec
force bool
리턴 RefSpec

SetSource() 공개 메소드

public SetSource ( string source ) : RefSpec
source string
리턴 RefSpec

SetSourceDestination() 공개 메소드

public SetSourceDestination ( string source, string destination ) : RefSpec
source string
destination string
리턴 RefSpec

ToString() 공개 메소드

public ToString ( ) : string
리턴 string