C# Class OpenSim.Tools.Configger.ConfigurationLoader

Loads the Configuration files into nIni
Show file Open project: nebadon2025/opensimulator Class Usage Examples

Protected Properties

Property Type Description
m_config IConfigSource

Public Methods

Method Description
ConfigurationLoader ( ) : System
LoadConfigSettings ( IConfig startupConfig ) : IConfigSource

Loads the region configuration

Private Methods

Method Description
AddIncludes ( List sources ) : void

Adds the included files as ini configuration files

DefaultConfig ( ) : IConfigSource

Setup a default config values in case they aren't present in the ini file

IsUri ( string file ) : bool

Check if we can convert the string to a URI

ReadConfig ( string iniPath ) : bool

Provide same ini loader functionality for standard ini and master ini - file system or XML over http

Method Details

ConfigurationLoader() public method

public ConfigurationLoader ( ) : System
return System

LoadConfigSettings() public method

Loads the region configuration
public LoadConfigSettings ( IConfig startupConfig ) : IConfigSource
startupConfig IConfig
return IConfigSource

Property Details

m_config protected property

A source of Configuration data
protected IConfigSource m_config
return IConfigSource