C# Class Sep.Git.Tfs.Util.GitTfsCommandFactory

ファイルを表示 Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method Description
GetAliasesForCommandName ( string name ) : IEnumerable
GetCommand ( string name ) : GitTfsCommand
GitTfsCommandFactory ( IContainer container ) : System.Collections.Generic

Private Methods

Method Description
CreateAliasMap ( ) : string>.Dictionary
GetCommandName ( string name ) : string

Method Details

GetAliasesForCommandName() public method

public GetAliasesForCommandName ( string name ) : IEnumerable
name string
return IEnumerable

GetCommand() public method

public GetCommand ( string name ) : GitTfsCommand
name string
return GitTfsCommand

GitTfsCommandFactory() public method

public GitTfsCommandFactory ( IContainer container ) : System.Collections.Generic
container IContainer
return System.Collections.Generic