C# Class DXVcs2Git.Core.Git.RepoConfigsReader

Exibir arquivo Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
HasConfig ( string name ) : bool
RepoConfigsReader ( ) : System.Collections.Generic
this ( string name ) : RepoConfig

Private Methods

Method Description
GetRegisteredConfigs ( ) : IEnumerable

Method Details

HasConfig() public method

public HasConfig ( string name ) : bool
name string
return bool

RepoConfigsReader() public method

public RepoConfigsReader ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

public this ( string name ) : RepoConfig
name string
return RepoConfig