Method | Description | |
---|---|---|
getConfigFile ( string gitdir ) : |
Returns the GitSharp configuration file from the OS-dependant location.
|
|
getCurrentTime ( ) : long | ||
getHostname ( ) : string | ||
getInstance ( ) : |
||
getOperatingSystem ( ) : PlatformType |
Returns Windows, Linux or Mac for identification of the OS in use
|
|
getProperty ( string key ) : string | ||
getTimezone ( long when ) : int | ||
getenv ( string variable ) : string | ||
openUserConfig ( ) : |
||
setInstance ( |
public abstract getConfigFile ( string gitdir ) : |
||
gitdir | string | |
return |
public abstract getOperatingSystem ( ) : PlatformType | ||
return | PlatformType |
public abstract getProperty ( string key ) : string | ||
key | string | |
return | string |
public abstract getTimezone ( long when ) : int | ||
when | long | |
return | int |
public abstract getenv ( string variable ) : string | ||
variable | string | |
return | string |
public abstract openUserConfig ( ) : |
||
return |
public static setInstance ( |
||
newReader | ||
return | void |