ConfigFactory.parseConfig

Parse configuration from the given string.

class ConfigFactory
parseConfig
(
string contents
)

Parameters

contents string

Text contents of the config to be parsed.

Return Value

The parsed configuration.

Meta