C# Класс GitSharp.Core.Transport.RefSpec

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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