SystemConfigReader

An interface for reading system configuration properties.

This interface provides a method to retrieve system configuration values by their names. Implementations can vary based on the operating system or platform being used.

Inheritors

Functions

Link copied to clipboard
abstract fun getConfigVariable(name: String): String?

Retrieves the value of a system configuration property by its name.