C# 클래스 Amido.PreProcessor.Cmd.PreProcessRunner

파일 보기 프로젝트 열기: amido/Amido.PreProcessor 1 사용 예제들

공개 메소드들

메소드 설명
PreProcessRunner ( IFileSystem fileSystem, IPropertyManager propertyManager, ITokenisationRunner tokeniser ) : System
Run ( string args ) : void

비공개 메소드들

메소드 설명
GetConfigFilePaths ( string environment, PreProcessorManifest processorManfiest, string manifestFile ) : string>.Tuple
GetDefaultPropertyConfiguration ( string environment, PreProcessorManifest processorManfiest, string manifestFile ) : string>.Tuple
GetEnvironmentSpecificPropertyConfiguration ( string environment, PreProcessorManifest processorManfiest, string manifestFile ) : string>.Tuple
GetProcessorManfiest ( string manifestFile ) : PreProcessorManifest
LoadProperties ( string>.Tuple configSettings, CommandLineArguments parser ) : string>.IDictionary
Process ( CommandLineArguments parser ) : void
ProcessManifest ( string>.IDictionary properties, PreProcessorManifest manifest, CommandLineArguments parser ) : void
ResolvePath ( string rootPath, string childPath ) : string
ValidateConfiguration ( PreProcessorManifestEnvironmentConfiguration configuration ) : void
ValidateGroup ( Group group ) : void

메소드 상세

PreProcessRunner() 공개 메소드

public PreProcessRunner ( IFileSystem fileSystem, IPropertyManager propertyManager, ITokenisationRunner tokeniser ) : System
fileSystem IFileSystem
propertyManager IPropertyManager
tokeniser ITokenisationRunner
리턴 System

Run() 공개 메소드

public Run ( string args ) : void
args string
리턴 void