Table of Contents

Class SpringBootCmdProvider

Namespace
Steeltoe.Extensions.Configuration.SpringBoot
Assembly
Steeltoe.Extensions.Configuration.SpringBootBase.dll

Configuration provider that expands Cmd Line '.' delimited configuration key/value pairs that start with "spring." to .NET compatible form

public class SpringBootCmdProvider : ConfigurationProvider, IConfigurationProvider
Inheritance
SpringBootCmdProvider
Implements
Inherited Members

Constructors

SpringBootCmdProvider(IConfiguration)

Initializes a new instance of the SpringBootCmdProvider class. The Steeltoe.Extensions.Configuration will be created from the CommandLineConfigurationProvider.

public SpringBootCmdProvider(IConfiguration config)

Parameters

config IConfiguration

The Default CommandLineConfigurationProvider

Methods

Load()

Loads (or reloads) the data for this provider.

public override void Load()