コード例 #1
0
 public TfsRepositoryWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, ITfsServerPathTranslator tfsServerPathTranslator)
 {
     ConsolePrinter = consolePrinter;
     this.configInterpreter = configInterpreter;
     this.tfsServerPathTranslator = tfsServerPathTranslator;
 }
コード例 #2
0
 public TfsRepositoryWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, ITfsServerPathTranslator tfsServerPathTranslator)
 {
     ConsolePrinter               = consolePrinter;
     this.configInterpreter       = configInterpreter;
     this.tfsServerPathTranslator = tfsServerPathTranslator;
 }
コード例 #3
0
 public FileSystemWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, IFileSystemPathTranslator fileSystemPathTranslator)
 {
     this.configInterpreter = configInterpreter;
     this.fileSystemPathTranslator = fileSystemPathTranslator;
     ConsolePrinter = consolePrinter;
 }
コード例 #4
0
 public FileSystemWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, IFileSystemPathTranslator fileSystemPathTranslator)
 {
     this.configInterpreter        = configInterpreter;
     this.fileSystemPathTranslator = fileSystemPathTranslator;
     ConsolePrinter = consolePrinter;
 }