C# 클래스 SimoBot.ConfigLoader

파일 보기 프로젝트 열기: code-n-beer/SimoBot 1 사용 예제들

공개 메소드들

메소드 설명
FindValueFromNestedDictionary ( string>.Dictionary dictionary, string key ) : string
GetCommitMessage ( string>.Dictionary dictionary ) : string
LoadConfig ( string filename = "config.txt" ) : Dictionary>
OrganizeConfsPerServer ( string>.Dictionary confs ) : List

비공개 메소드들

메소드 설명
AddChannel ( List &servers, Channel channel ) : void

메소드 상세

FindValueFromNestedDictionary() 공개 정적인 메소드

public static FindValueFromNestedDictionary ( string>.Dictionary dictionary, string key ) : string
dictionary string>.Dictionary
key string
리턴 string

GetCommitMessage() 공개 정적인 메소드

public static GetCommitMessage ( string>.Dictionary dictionary ) : string
dictionary string>.Dictionary
리턴 string

LoadConfig() 공개 정적인 메소드

public static LoadConfig ( string filename = "config.txt" ) : Dictionary>
filename string
리턴 Dictionary>

OrganizeConfsPerServer() 공개 정적인 메소드

public static OrganizeConfsPerServer ( string>.Dictionary confs ) : List
confs string>.Dictionary
리턴 List