ScribeConfig

scribe.ScribeConfig$
See theScribeConfig companion class
object ScribeConfig extends Moduload

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Moduload
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def error(t: Throwable): Unit

Called when an exception is thrown from load.

Called when an exception is thrown from load.

Attributes

t

the thrown exception

Definition Classes
Moduload
override def load(): Unit

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Attributes

Definition Classes
Moduload
def loaded: Boolean

Inherited methods

def priority: Priority

Used to sort highest priority to lowest

Used to sort highest priority to lowest

Attributes

Inherited from:
Moduload

Implicits

Implicits

implicit def rw: ReaderWriter[ScribeConfig]