it.agilelab.darwin

common

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Connector extends Serializable

    Generic abstraction of a component capable of reading and writing Schema entities in an external storage.

  2. trait ConnectorCreator extends AnyRef

    A generic interface used to create the Connector found in the classpath.

  3. trait Logging extends AnyRef

Value Members

  1. object ConnectorFactory extends Logging

    Used to obtain the correct implementation of Connector found on the classpath using the ConnectorCreator

  2. def using[A <: AutoCloseable, B](closeable: A)(f: (A) ⇒ B): B

Inherited from AnyRef

Inherited from Any

Ungrouped