C# 클래스 SourceControl.SourceDepotInterface

The wrapper for source depot version of PerforceBase source control interface.
상속: PerforceBase
파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
GetInstance ( string sdClient, string port, string client, string proxy ) : ISourceControl

Factory for the source depot connector instances.

GetSettings ( ) : SourceControlSettings

Gets the source depot settings.

비공개 메소드들

메소드 설명
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.

메소드 상세

GetInstance() 공개 정적인 메소드

Factory for the source depot connector instances.
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.
리턴 ISourceControl

GetSettings() 공개 정적인 메소드

Gets the source depot settings.
public static GetSettings ( ) : SourceControlSettings
리턴 SourceControlSettings