o

inrae.semantic_web

ConfigurationObject

object ConfigurationObject

Configuration definition.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurationObject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class GeneralSetting(cache: Boolean = true, logLevel: String = "warn", sizeBatchProcessing: Int = 150, pageSize: Int = 10, proxy: Boolean = false, urlProxy: String = "http://urlProxy") extends Product with Serializable

    GeneralSetting configuration definition.

    GeneralSetting configuration definition.

    cache

    to available cache

    logLevel

    level definition (trace, debug, info, warn, error, all, off)

  2. case class Prefixes(list: Map[String, String]) extends Product with Serializable
  3. case class Source(id: String, url: String = "", file: String = "", content: String = "", mimetype: String = "application/sparql-query", method: String = "POST", auth: String = "", login: String = "", password: String = "", token: String = "") extends Product with Serializable
  4. case class StatementConfigurationJson(sources: Seq[Source], settings: GeneralSetting = new GeneralSetting()) extends Product with Serializable

Value Members

  1. object GeneralSetting extends Serializable
  2. object Prefixes extends Serializable
  3. object Source extends Serializable
  4. object StatementConfigurationJson extends Serializable