C# Класс Amido.PreProcessor.Cmd.PreProcessRunner

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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