Packages

package registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Entry(key: Seq[String], value: String) extends Product with Serializable

    This is an expert-level API; it is not meant for end-users.

  2. trait Registry extends Iterable[Entry]

    This is an expert-level API; it is not meant for end-users.

    This is an expert-level API; it is not meant for end-users.

    The registry is a hierarchical key/value store, where all keys are sequences of Strings, and values are Strings.

    Keys and values must be non-control ascii. If you pass in a key or value with an invalid character, the character will silently be removed. If this makes your key clash with another key, it will overwrite.

  3. class Roster extends AnyRef

    Can change the value of params that were already set in the registry, but cannot add new ones.

  4. class SimpleRegistry extends Registry

    This is an expert-level API; it is not meant for end-users.

Value Members

  1. object Entry extends Serializable

    This is an expert-level API; it is not meant for end-users.

  2. object Formatter
  3. object GlobalRegistry

    This is an expert-level API; it is not meant for end-users.

  4. object Library

    Utility for library owners to register information about their libraries in the registry.

Ungrouped