C# 클래스 helpgen.HelpGen

파일 보기 프로젝트 열기: HinTak/Font-Validator

공개 메소드들

메소드 설명
WriteFile ( String path, String contents ) : void

비공개 메소드들

메소드 설명
AddAtomSubset ( TextWriter stm, List items, char startChar ) : void
AppendTextFileToStream ( TextWriter outs, string path ) : int
CheckForDuplicateKeys ( List items ) : int
CopyConstantHelpFiles ( string inputDir, string helpDir, bool verbose ) : void
CopyIfDifferent ( string src, string dst, bool verbose ) : void
DoReplacements ( string template, helpgen.HelpItem hi ) : string
DoWork ( HelpGenPaths ps, bool verbose ) : int
FixBadAtomNames ( List items ) : void
GetHelpItemsFromXMLFile ( string xmlPath, string xsdPath ) : List
HelpFileName ( string helpDir, string atom ) : string
Main ( string args ) : int
Usage ( ) : void
WriteAtomsFile ( List items, string atomsTemp ) : void
WriteAtomsPostamble ( TextWriter s ) : void
WriteAtomsPreamble ( TextWriter s ) : void
WriteHelpFiles ( List items, string templatePath, string tmpDir, string helpDir ) : void
WriteHelpProject ( List items, string inputDir, string helpprojTemp ) : void
WriteHelpTableOfContents ( List items, string contentsTemplatePath, string inputDir, string tocTempOut ) : void
WriteValStrings ( List items, string inputDir, string valstringsTemp ) : void

메소드 상세

WriteFile() 공개 정적인 메소드

public static WriteFile ( String path, String contents ) : void
path String
contents String
리턴 void