C# 클래스 Tator.SpudConf.ConfigLoader

파일 보기 프로젝트 열기: Team2122/SpudConf

공개 메소드들

메소드 설명
Generate ( Config config, Stream stream ) : void
GenerateChangeSet ( Config oldConfig, Config newConfig ) : ChangeSet
Load ( Config config, Stream stream ) : void

비공개 메소드들

메소드 설명
ParseLine ( string line, Config config, string>.Dictionary currentMetadata, List currentComments ) : void

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( Config config, Stream stream ) : void
config Config
stream Stream
리턴 void

GenerateChangeSet() 공개 정적인 메소드

public static GenerateChangeSet ( Config oldConfig, Config newConfig ) : ChangeSet
oldConfig Config
newConfig Config
리턴 ChangeSet

Load() 공개 정적인 메소드

public static Load ( Config config, Stream stream ) : void
config Config
stream Stream
리턴 void