Метод | Описание | |
---|---|---|
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 | |
Результат |
public abstract getCurrentTime ( ) : long | ||
Результат | long |
public static getInstance ( ) : |
||
Результат |
public abstract getOperatingSystem ( ) : PlatformType | ||
Результат | PlatformType |
public abstract getProperty ( string key ) : string | ||
key | string | |
Результат | string |
public abstract getTimezone ( long when ) : int | ||
when | long | |
Результат | int |
public abstract getenv ( string variable ) : string | ||
variable | string | |
Результат | string |
public abstract openUserConfig ( ) : |
||
Результат |
public static setInstance ( |
||
newReader | ||
Результат | void |