// ReSharper disable ClassNeverInstantiated.Global namespace TeamCity.Docker { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Generic; using IoC; using Model; internal class GenerateCommand: ICommand { private readonly ILogger _logger; [NotNull] private readonly IFileSystem _fileSystem; [NotNull] private readonly IPathService _pathService; [NotNull] private readonly IGenerateOptions _options; [NotNull] private readonly IConfigurationExplorer _configurationExplorer; [NotNull] private readonly IFactory, IEnumerable