C# Class GitSharp.Platform.OSS.Linux

Show file Open project: stschake/GitSharp

Public Methods

Method Description
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

Private Methods

Method Description
ParseFile ( string f ) : List
ParseString ( string str ) : List

Method Details

CreateHardlink() public static method

public static CreateHardlink ( string hardlinkFilename, string existingFilename ) : bool
hardlinkFilename string
existingFilename string
return bool

CreateSymlink() public static method

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

GetArchPlatform() public static method

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

GetDebianPlatform() public static method

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

GetDefaultLinuxPlatform() public static method

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

GetFedoraPlatform() public static method

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

GetGentooPlatform() public static method

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

GetMandrivaPlatform() public static method

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

GetRedHatPlatform() public static method

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

GetSlackwarePlatform() public static method

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

GetSusePlatform() public static method

public static GetSusePlatform ( PlatformObject &obj ) : void
obj PlatformObject
return void

GetSusePlatform() public static method

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

GetUbuntuPlatform() public static method

public static GetUbuntuPlatform ( PlatformObject &obj ) : void
obj PlatformObject
return void

GetUbuntuPlatform() public static method

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

IsHardlinkSupported() public static method

public static IsHardlinkSupported ( ) : bool
return bool

IsSymlinkSupported() public static method

public static IsSymlinkSupported ( ) : bool
return bool

Load() public static method

public static Load ( ) : PlatformObject
return PlatformObject