it.agilelab.darwin

common

package common

Visibility
  1. Public
  2. All

Type Members

  1. abstract class 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

Ungrouped