C# Class Splunk.Client.Helpers.SplunkConfigLoader

Show file Open project: scriptcs-contrib/scriptcs-splunk Class Usage Examples

Public Methods

Method Description
Load ( SplunkConfig config ) : void
SplunkConfigLoader ( IFileSystem fileSystem ) : System
SplunkConfigLoader ( IFileSystem fileSystem, string splunkRCPath ) : System

Private Methods

Method Description
GetSettings ( string lines, SplunkConfig config ) : void

Method Details

Load() public method

public Load ( SplunkConfig config ) : void
config SplunkConfig
return void

SplunkConfigLoader() public method

public SplunkConfigLoader ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

SplunkConfigLoader() public method

public SplunkConfigLoader ( IFileSystem fileSystem, string splunkRCPath ) : System
fileSystem IFileSystem
splunkRCPath string
return System