Class ConfigFactory

The base class used by configuration factories for specific file types.

class ConfigFactory ;

Methods

NameDescription
loadFile (path) Loads a configuration from the specified path from disk.
parseConfig (contents) Parse configuration from the given string.