Class JavaPropertiesFactory

Creates configuration files from Java properties.

class JavaPropertiesFactory
  : ConfigFactory ;

Methods

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