C# 클래스 MonoDevelop.VersionControl.Subversion.Unix.SvnClient

상속: SubversionVersionControl
파일 보기 프로젝트 열기: LogosBible/monodevelop

Private Properties

프로퍼티 타입 설명
CheckError void
CheckInstalled bool
CheckVersion bool
GetErrorMessage string
GetLoadAprLib int
SvnClient System
newpool System.IntPtr

공개 메소드들

메소드 설명
CheckError ( IntPtr error, int allowedError ) : void
CreateBackend ( ) : SubversionBackend
GetDirectoryDotSvn ( FilePath path ) : string
GetPathUrl ( FilePath path ) : string
GetVersion ( ) : string
NormalizePath ( string pathOrUrl, IntPtr localpool ) : string

비공개 메소드들

메소드 설명
CheckError ( IntPtr error ) : void
CheckInstalled ( ) : bool
CheckVersion ( ) : bool
GetErrorMessage ( MonoDevelop.VersionControl.Subversion.Unix.LibSvnClient error ) : string
GetLoadAprLib ( int oldVersion ) : int
SvnClient ( ) : System
newpool ( IntPtr parent ) : IntPtr

메소드 상세

CheckError() 공개 정적인 메소드

public static CheckError ( IntPtr error, int allowedError ) : void
error System.IntPtr
allowedError int
리턴 void

CreateBackend() 공개 메소드

public CreateBackend ( ) : SubversionBackend
리턴 SubversionBackend

GetDirectoryDotSvn() 공개 메소드

public GetDirectoryDotSvn ( FilePath path ) : string
path FilePath
리턴 string

GetPathUrl() 공개 메소드

public GetPathUrl ( FilePath path ) : string
path FilePath
리턴 string

GetVersion() 공개 정적인 메소드

public static GetVersion ( ) : string
리턴 string

NormalizePath() 공개 정적인 메소드

public static NormalizePath ( string pathOrUrl, IntPtr localpool ) : string
pathOrUrl string
localpool System.IntPtr
리턴 string