com.snowplowanalytics.iglu.client

repositories

package repositories

Visibility
  1. Public
  2. All

Type Members

  1. case class EmbeddedRepositoryRef(config: RepositoryRefConfig, path: String) extends RepositoryRef with Product with Serializable

    An embedded repository is one which is embedded inside the calling code, e.

  2. case class HttpRepositoryRef(config: RepositoryRefConfig, uri: String, apikey: Option[String] = scala.None) extends RepositoryRef with Product with Serializable

    An HTTP repository is one which is accessible over HTTP.

  3. trait RepositoryRef extends AnyRef

    Common behavior for all RepositoryRef classes.

  4. case class RepositoryRefConfig(name: String, instancePriority: Int, vendorPrefixes: List[String]) extends Product with Serializable

    Common config for RepositoryRef classes.

Value Members

  1. object EmbeddedRepositoryRef extends Serializable

    Helpers for constructing an EmbeddedRepository.

  2. object HttpRepositoryRef extends Serializable

    Helpers for constructing an HttpRepository.

  3. object RepositoryRefConfig extends Serializable

    Singleton object contains a constructor from a JValue.

Ungrouped