package registry
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
-
class
Roster extends AnyRef
Can change the value of params that were already set in the registry, but cannot add new ones.
-
class
SimpleRegistry extends Registry
This is an expert-level API; it is not meant for end-users.
Value Members
-
object
Entry extends Serializable
This is an expert-level API; it is not meant for end-users.
- object Formatter
-
object
GlobalRegistry
This is an expert-level API; it is not meant for end-users.
-
object
Library
Utility for library owners to register information about their libraries in the registry.