C# 클래스 SourceControl.PerforceInterface

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

공개 메소드들

메소드 설명
GetInstance ( string p4Client, string port, string client, string user, string passwd ) : ISourceControl

Factory for the perforce connector instances.

GetSettings ( ) : SourceControlSettings

Gets the perforce client settings.

비공개 메소드들

메소드 설명
PerforceInterface ( string p4Client, string port, string client, string user, string passwd ) : System

Trivial constructor. Just wraps around the Perforce base.

VerifyPerforceRequirements ( ) : void

Verifies that perforce installation can actually be used. Throws SourceControlRuntimeError if it cannot be.

메소드 상세

GetInstance() 공개 정적인 메소드

Factory for the perforce connector instances.
public static GetInstance ( string p4Client, string port, string client, string user, string passwd ) : ISourceControl
p4Client string The location of p4 command.
port string The port of perforce: servername:tcpport form.
client string The client name. See sd.ini.
user string Perforce user name, can be null.
passwd string Perforce password, can be null.
리턴 ISourceControl

GetSettings() 공개 정적인 메소드

Gets the perforce client settings.
public static GetSettings ( ) : SourceControlSettings
리턴 SourceControlSettings