RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
cli.config.ConfigSourceLocation Class Reference

Enumeration of possible locations from which the configuration parameter is being used. More...

Inheritance diagram for cli.config.ConfigSourceLocation:

Static Public Member Functions

 from_click_source (click.core.ParameterSource source)
 Translates a click ParameterSource value into a ConfigSourceLocation enumeration type.
 

Static Public Attributes

str COMMANDLINE = "Commandline"
 
str ENVIRONMENT = "Environment"
 
str PROMPT = "Prompt"
 
str PERSISTENT = "Persistent"
 
str SERVICE_DISCOVERY = "Service Discovery"
 
str DEFAULT = "Default"
 

Detailed Description

Enumeration of possible locations from which the configuration parameter is being used.

Member Function Documentation

◆ from_click_source()

cli.config.ConfigSourceLocation.from_click_source ( click.core.ParameterSource source)
static

Translates a click ParameterSource value into a ConfigSourceLocation enumeration type.

Member Data Documentation

◆ COMMANDLINE

str cli.config.ConfigSourceLocation.COMMANDLINE = "Commandline"
static

◆ DEFAULT

str cli.config.ConfigSourceLocation.DEFAULT = "Default"
static

◆ ENVIRONMENT

str cli.config.ConfigSourceLocation.ENVIRONMENT = "Environment"
static

◆ PERSISTENT

str cli.config.ConfigSourceLocation.PERSISTENT = "Persistent"
static

◆ PROMPT

str cli.config.ConfigSourceLocation.PROMPT = "Prompt"
static

◆ SERVICE_DISCOVERY

str cli.config.ConfigSourceLocation.SERVICE_DISCOVERY = "Service Discovery"
static

The documentation for this class was generated from the following file: