C# Class GitSharp.Core.Transport.RefSpec

Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
RefSpec ( RefSpec p ) : System
eq ( string a, string b ) : bool
expandFromDstImp ( string name ) : RefSpec
expandFromSourceImp ( string name ) : RefSpec
match ( string refName, string s ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ExpandFromDestination() public méthode

public ExpandFromDestination ( Ref r ) : RefSpec
r Ref
Résultat RefSpec

ExpandFromDestination() public méthode

public ExpandFromDestination ( string r ) : RefSpec
r string
Résultat RefSpec

ExpandFromSource() public méthode

public ExpandFromSource ( Ref r ) : RefSpec
r Ref
Résultat RefSpec

ExpandFromSource() public méthode

public ExpandFromSource ( string r ) : RefSpec
r string
Résultat RefSpec

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsWildcard() public static méthode

public static IsWildcard ( string s ) : bool
s string
Résultat bool

MatchDestination() public méthode

public MatchDestination ( Ref r ) : bool
r Ref
Résultat bool

MatchDestination() public méthode

public MatchDestination ( string r ) : bool
r string
Résultat bool

MatchSource() public méthode

public MatchSource ( Ref r ) : bool
r Ref
Résultat bool

MatchSource() public méthode

public MatchSource ( string r ) : bool
r string
Résultat bool

RefSpec() public méthode

public RefSpec ( ) : System
Résultat System

RefSpec() public méthode

public RefSpec ( string spec ) : System
spec string
Résultat System

RefSpec() public méthode

public RefSpec ( string source, string destination ) : System
source string
destination string
Résultat System

SetDestination() public méthode

public SetDestination ( string destination ) : RefSpec
destination string
Résultat RefSpec

SetForce() public méthode

public SetForce ( bool force ) : RefSpec
force bool
Résultat RefSpec

SetSource() public méthode

public SetSource ( string source ) : RefSpec
source string
Résultat RefSpec

SetSourceDestination() public méthode

public SetSourceDestination ( string source, string destination ) : RefSpec
source string
destination string
Résultat RefSpec

ToString() public méthode

public ToString ( ) : string
Résultat string