Method | Description | |
---|---|---|
GetInstance ( string sdClient, string port, string client, string proxy ) : ISourceControl |
Factory for the source depot connector instances.
|
|
GetSettings ( ) : |
Gets the source depot settings.
|
Method | Description | |
---|---|---|
SourceDepotInterface ( string sdClient, string port, string client, string proxy ) : System |
Trivial constructor. Just wraps around the Perforce base.
|
|
VerifySourceDepotRequirements ( ) : void |
Verifies that SD installation can actually be used. Throws SourceControlRuntimeError if it cannot be.
|
public static GetInstance ( string sdClient, string port, string client, string proxy ) : ISourceControl | ||
sdClient | string | The location of sd command. |
port | string | The port of source depot: servername:tcpport form. See sd.ini. |
client | string | The client name. See sd.ini. |
proxy | string | The proxy server (same format as port) or null if none. |
return | ISourceControl |
public static GetSettings ( ) : |
||
return |