C# Class GitSharp.Core.Transport.RefSpec

Exibir arquivo Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method 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

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

ExpandFromDestination() public method

public ExpandFromDestination ( Ref r ) : RefSpec
r Ref
return RefSpec

ExpandFromDestination() public method

public ExpandFromDestination ( string r ) : RefSpec
r string
return RefSpec

ExpandFromSource() public method

public ExpandFromSource ( Ref r ) : RefSpec
r Ref
return RefSpec

ExpandFromSource() public method

public ExpandFromSource ( string r ) : RefSpec
r string
return RefSpec

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsWildcard() public static method

public static IsWildcard ( string s ) : bool
s string
return bool

MatchDestination() public method

public MatchDestination ( Ref r ) : bool
r Ref
return bool

MatchDestination() public method

public MatchDestination ( string r ) : bool
r string
return bool

MatchSource() public method

public MatchSource ( Ref r ) : bool
r Ref
return bool

MatchSource() public method

public MatchSource ( string r ) : bool
r string
return bool

RefSpec() public method

public RefSpec ( ) : System
return System

RefSpec() public method

public RefSpec ( string spec ) : System
spec string
return System

RefSpec() public method

public RefSpec ( string source, string destination ) : System
source string
destination string
return System

SetDestination() public method

public SetDestination ( string destination ) : RefSpec
destination string
return RefSpec

SetForce() public method

public SetForce ( bool force ) : RefSpec
force bool
return RefSpec

SetSource() public method

public SetSource ( string source ) : RefSpec
source string
return RefSpec

SetSourceDestination() public method

public SetSourceDestination ( string source, string destination ) : RefSpec
source string
destination string
return RefSpec

ToString() public method

public ToString ( ) : string
return string