public FileSystemWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, IFileSystemPathTranslator fileSystemPathTranslator)
 {
     this.configInterpreter = configInterpreter;
     this.fileSystemPathTranslator = fileSystemPathTranslator;
     ConsolePrinter = consolePrinter;
 }
Ejemplo n.º 2
0
 public FileSystemWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, IFileSystemPathTranslator fileSystemPathTranslator)
 {
     this.configInterpreter        = configInterpreter;
     this.fileSystemPathTranslator = fileSystemPathTranslator;
     ConsolePrinter = consolePrinter;
 }