C# 클래스 GitSharp.Tests.Util.MockSystemReader

상속: GitSharp.Core.SystemReader
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
operatingSystem PlatformType
userGitConfig GitSharp.Core.FileBasedConfig
values String>.IDictionary

공개 메소드들

메소드 설명
MockSystemReader ( ) : System
clearProperties ( ) : void
getConfigFile ( string gitdir ) : FileBasedConfig
getCurrentTime ( ) : long
getHostname ( ) : string
getOperatingSystem ( ) : PlatformType
getProperty ( string key ) : string
getTimezone ( long when ) : int
getenv ( string variable ) : string
openUserConfig ( ) : FileBasedConfig
setProperty ( string key, string value ) : void

비공개 메소드들

메소드 설명
init ( string n ) : void

메소드 상세

MockSystemReader() 공개 메소드

public MockSystemReader ( ) : System
리턴 System

clearProperties() 공개 메소드

public clearProperties ( ) : void
리턴 void

getConfigFile() 공개 메소드

public getConfigFile ( string gitdir ) : FileBasedConfig
gitdir string
리턴 GitSharp.Core.FileBasedConfig

getCurrentTime() 공개 메소드

public getCurrentTime ( ) : long
리턴 long

getHostname() 공개 메소드

public getHostname ( ) : string
리턴 string

getOperatingSystem() 공개 메소드

public getOperatingSystem ( ) : PlatformType
리턴 PlatformType

getProperty() 공개 메소드

public getProperty ( string key ) : string
key string
리턴 string

getTimezone() 공개 메소드

public getTimezone ( long when ) : int
when long
리턴 int

getenv() 공개 메소드

public getenv ( string variable ) : string
variable string
리턴 string

openUserConfig() 공개 메소드

public openUserConfig ( ) : FileBasedConfig
리턴 GitSharp.Core.FileBasedConfig

setProperty() 공개 메소드

public setProperty ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

operatingSystem 공개적으로 프로퍼티

public PlatformType operatingSystem
리턴 PlatformType

userGitConfig 공개적으로 프로퍼티

public FileBasedConfig,GitSharp.Core userGitConfig
리턴 GitSharp.Core.FileBasedConfig

values 공개적으로 프로퍼티

public IDictionary values
리턴 String>.IDictionary