RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Classes | Functions
cli.config Namespace Reference

Classes

class  CommonConfigurationParameters
 This class defines the minimal set of configuration parameters for an RTC Toolkit command line tool. More...
 
class  ConfigSourceLocation
 Enumeration of possible locations from which the configuration parameter is being used. More...
 
class  ConfigurationManager
 This class is used to load configuration from the Persistent Configuration Repository, taking into account the Service Discovery and command line options parsed by the click module. More...
 
class  ConfigurationValue
 

Functions

def convert_to_log_level (level)
 
def convert_to_uri (value)
 Converts the argument to a Uri object or raises an error for invalid values.
 
def _pickle_uri (obj)
 Return Uri constructor and arguments to the constructor to recreate a copy of 'obj'.
 
def _pickle_data_point_path (obj)
 Return DataPointPath constructor and arguments to the constructor to recreate a copy of 'obj'.
 

Function Documentation

◆ _pickle_data_point_path()

def cli.config._pickle_data_point_path (   obj)
protected

Return DataPointPath constructor and arguments to the constructor to recreate a copy of 'obj'.

◆ _pickle_uri()

def cli.config._pickle_uri (   obj)
protected

Return Uri constructor and arguments to the constructor to recreate a copy of 'obj'.

◆ convert_to_log_level()

def cli.config.convert_to_log_level (   level)

◆ convert_to_uri()

def cli.config.convert_to_uri (   value)

Converts the argument to a Uri object or raises an error for invalid values.