C# 클래스 GitSharp.Platform.OSS.Linux

파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
CreateHardlink ( string hardlinkFilename, string existingFilename ) : bool
CreateSymlink ( string symlinkFilename, string existingFilename, bool isSymlinkDirectory ) : bool
GetArchPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetDebianPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetDefaultLinuxPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetFedoraPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetGentooPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetMandrivaPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetRedHatPlatform ( PlatformObject &obj, string unitTestContent ) : void
GetSlackwarePlatform ( PlatformObject &obj, string unitTestContent ) : void
GetSusePlatform ( PlatformObject &obj ) : void
GetSusePlatform ( PlatformObject &obj, string unitTestContent ) : void
GetUbuntuPlatform ( PlatformObject &obj ) : void
GetUbuntuPlatform ( PlatformObject &obj, string unitTestContent ) : void
IsHardlinkSupported ( ) : bool
IsSymlinkSupported ( ) : bool
Load ( ) : PlatformObject

비공개 메소드들

메소드 설명
ParseFile ( string f ) : List
ParseString ( string str ) : List

메소드 상세

CreateHardlink() 공개 정적인 메소드

public static CreateHardlink ( string hardlinkFilename, string existingFilename ) : bool
hardlinkFilename string
existingFilename string
리턴 bool

CreateSymlink() 공개 정적인 메소드

public static CreateSymlink ( string symlinkFilename, string existingFilename, bool isSymlinkDirectory ) : bool
symlinkFilename string
existingFilename string
isSymlinkDirectory bool
리턴 bool

GetArchPlatform() 공개 정적인 메소드

public static GetArchPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetDebianPlatform() 공개 정적인 메소드

public static GetDebianPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetDefaultLinuxPlatform() 공개 정적인 메소드

public static GetDefaultLinuxPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetFedoraPlatform() 공개 정적인 메소드

public static GetFedoraPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetGentooPlatform() 공개 정적인 메소드

public static GetGentooPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetMandrivaPlatform() 공개 정적인 메소드

public static GetMandrivaPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetRedHatPlatform() 공개 정적인 메소드

public static GetRedHatPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetSlackwarePlatform() 공개 정적인 메소드

public static GetSlackwarePlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetSusePlatform() 공개 정적인 메소드

public static GetSusePlatform ( PlatformObject &obj ) : void
obj PlatformObject
리턴 void

GetSusePlatform() 공개 정적인 메소드

public static GetSusePlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

GetUbuntuPlatform() 공개 정적인 메소드

public static GetUbuntuPlatform ( PlatformObject &obj ) : void
obj PlatformObject
리턴 void

GetUbuntuPlatform() 공개 정적인 메소드

public static GetUbuntuPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
리턴 void

IsHardlinkSupported() 공개 정적인 메소드

public static IsHardlinkSupported ( ) : bool
리턴 bool

IsSymlinkSupported() 공개 정적인 메소드

public static IsSymlinkSupported ( ) : bool
리턴 bool

Load() 공개 정적인 메소드

public static Load ( ) : PlatformObject
리턴 PlatformObject