Exemplo n.º 1
0
 public DirectoryProbe(string basePath, FilesystemLayer.IFilesystemLayer fsl)
 {
     _basePath = basePath;
     _fsl      = fsl;
 }
Exemplo n.º 2
0
 public FilenamesCollector(FilesystemLayer.IFilesystemLayer fsl)
 {
     _filesystemLayer = fsl;
 }
Exemplo n.º 3
0
 public LogInfoGatherer(FilesystemLayer.IFilesystemLayer fsl, ILogFileNameProvider _lfnp)
 {
     _fsl   = fsl;
     _lfg   = new LogFileGatherer(fsl, _lfnp);
     _il2fi = new LogFileLinesFileInfoConverter(new LogLinesToFileInfoConverter());
 }