C# Class GitSharp.Platform.OSS.Linux

Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode 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

Méthode Description
ParseFile ( string f ) : List
ParseString ( string str ) : List

Method Details

CreateHardlink() public static méthode

public static CreateHardlink ( string hardlinkFilename, string existingFilename ) : bool
hardlinkFilename string
existingFilename string
Résultat bool

CreateSymlink() public static méthode

public static CreateSymlink ( string symlinkFilename, string existingFilename, bool isSymlinkDirectory ) : bool
symlinkFilename string
existingFilename string
isSymlinkDirectory bool
Résultat bool

GetArchPlatform() public static méthode

public static GetArchPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetDebianPlatform() public static méthode

public static GetDebianPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetDefaultLinuxPlatform() public static méthode

public static GetDefaultLinuxPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetFedoraPlatform() public static méthode

public static GetFedoraPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetGentooPlatform() public static méthode

public static GetGentooPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetMandrivaPlatform() public static méthode

public static GetMandrivaPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetRedHatPlatform() public static méthode

public static GetRedHatPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetSlackwarePlatform() public static méthode

public static GetSlackwarePlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetSusePlatform() public static méthode

public static GetSusePlatform ( PlatformObject &obj ) : void
obj PlatformObject
Résultat void

GetSusePlatform() public static méthode

public static GetSusePlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

GetUbuntuPlatform() public static méthode

public static GetUbuntuPlatform ( PlatformObject &obj ) : void
obj PlatformObject
Résultat void

GetUbuntuPlatform() public static méthode

public static GetUbuntuPlatform ( PlatformObject &obj, string unitTestContent ) : void
obj PlatformObject
unitTestContent string
Résultat void

IsHardlinkSupported() public static méthode

public static IsHardlinkSupported ( ) : bool
Résultat bool

IsSymlinkSupported() public static méthode

public static IsSymlinkSupported ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( ) : PlatformObject
Résultat PlatformObject