Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
ExpandFromDestination ( Ref r ) : |
||
ExpandFromDestination ( string r ) : |
||
ExpandFromSource ( Ref r ) : |
||
ExpandFromSource ( string r ) : |
||
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 ) : |
||
SetForce ( bool force ) : |
||
SetSource ( string source ) : |
||
SetSourceDestination ( string source, string destination ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
RefSpec ( |
||
eq ( string a, string b ) : bool | ||
expandFromDstImp ( string name ) : |
||
expandFromSourceImp ( string name ) : |
||
match ( string refName, string s ) : bool |
public ExpandFromDestination ( Ref r ) : |
||
r | Ref | |
return |
public ExpandFromDestination ( string r ) : |
||
r | string | |
return |
public ExpandFromSource ( string r ) : |
||
r | string | |
return |
public RefSpec ( string source, string destination ) : System | ||
source | string | |
destination | string | |
return | System |
public SetDestination ( string destination ) : |
||
destination | string | |
return |
public SetSourceDestination ( string source, string destination ) : |
||
source | string | |
destination | string | |
return |