C# Class Sep.Git.Tfs.GitTfs

Mostra file Open project: pmiossec/git-tfs

Public Methods

Method Description
AssertValidGitRepository ( ) : void
ExtractCommand ( IList args ) : GitTfsCommand
GitTfs ( GitTfsCommandFactory commandFactory, IHelpHelper help, IContainer container, IGitTfsVersionProvider gitTfsVersionProvider, Sep.Git.Tfs.Util.GitTfsCommandRunner runner, Globals globals, Bootstrapper bootstrapper ) : System
InitializeGlobals ( ) : void
Main ( GitTfsCommand command, IList unparsedArgs ) : int
ParseOptions ( GitTfsCommand command, IList args ) : IList
RequiresValidGitRepository ( GitTfsCommand command ) : bool
Run ( IList args ) : int

Private Methods

Method Description
ParseAuthors ( ) : void
UpdateLoggerOnDebugging ( ) : void

Method Details

AssertValidGitRepository() public method

public AssertValidGitRepository ( ) : void
return void

ExtractCommand() public method

public ExtractCommand ( IList args ) : GitTfsCommand
args IList
return GitTfsCommand

GitTfs() public method

public GitTfs ( GitTfsCommandFactory commandFactory, IHelpHelper help, IContainer container, IGitTfsVersionProvider gitTfsVersionProvider, Sep.Git.Tfs.Util.GitTfsCommandRunner runner, Globals globals, Bootstrapper bootstrapper ) : System
commandFactory Sep.Git.Tfs.Util.GitTfsCommandFactory
help IHelpHelper
container IContainer
gitTfsVersionProvider IGitTfsVersionProvider
runner Sep.Git.Tfs.Util.GitTfsCommandRunner
globals Globals
bootstrapper Sep.Git.Tfs.Core.Bootstrapper
return System

InitializeGlobals() public method

public InitializeGlobals ( ) : void
return void

Main() public method

public Main ( GitTfsCommand command, IList unparsedArgs ) : int
command GitTfsCommand
unparsedArgs IList
return int

ParseOptions() public method

public ParseOptions ( GitTfsCommand command, IList args ) : IList
command GitTfsCommand
args IList
return IList

RequiresValidGitRepository() public method

public RequiresValidGitRepository ( GitTfsCommand command ) : bool
command GitTfsCommand
return bool

Run() public method

public Run ( IList args ) : int
args IList
return int