com.typesafe.config.impl

Parseable

object Parseable extends

Visibility
  1. Public
  2. All

Value Members

  1. def newFile(input: File, options: ConfigParseOptions): Parseable

  2. def newNotFound(whatNotFound: String, message: String, options: ConfigParseOptions): Parseable

  3. def newProperties(properties: Properties, options: ConfigParseOptions): Parseable

  4. def newReader(reader: Reader, options: ConfigParseOptions): Parseable

  5. def newResources(loader: ClassLoader, resource: String, options: ConfigParseOptions): Parseable

  6. def newResources(klass: java.lang.Class[_], resource: String, options: ConfigParseOptions): Parseable

  7. def newString(input: String, options: ConfigParseOptions): Parseable

  8. def newURL(input: URL, options: ConfigParseOptions): Parseable