AppHarbor.GitRepositoryConfigurer.GitRepositoryConfigurer C# (CSharp) Method

GitRepositoryConfigurer() public method

public GitRepositoryConfigurer ( IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer ) : System
fileSystem IFileSystem
gitCommand IGitCommand
reader System.IO.TextReader
writer System.IO.TextWriter
return System
        public GitRepositoryConfigurer(IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer)
        {
            _fileSystem = fileSystem;
            _gitCommand = gitCommand;
            _reader = reader;
            _writer = writer;
        }