RTC Toolkit 4.0.1
|
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'. | |
|
protected |
Return DataPointPath constructor and arguments to the constructor to recreate a copy of 'obj'.
|
protected |
Return Uri constructor and arguments to the constructor to recreate a copy of 'obj'.
def cli.config.convert_to_log_level | ( | level | ) |
def cli.config.convert_to_uri | ( | value | ) |
Converts the argument to a Uri object or raises an error for invalid values.