Package

de.kaufhof.pillar

cli

Permalink

package cli

Visibility
  1. Public
  2. All

Type Members

  1. class App extends AnyRef

    Permalink
  2. case class Command(action: MigratorAction, session: Session, keyspace: String, timeStampOption: Option[Long], registry: Registry, replicationStrategy: ReplicationStrategy, appliedMigrationsTableName: String) extends Product with Serializable

    Permalink
  3. class CommandExecutor extends AnyRef

    Permalink
  4. case class CommandLineConfiguration(command: MigratorAction, dataStore: String, environment: String, migrationsDirectory: File, timeStampOption: Option[Long]) extends Product with Serializable

    Permalink
  5. class CommandLineParsingException extends RuntimeException

    Permalink
  6. trait MigratorAction extends AnyRef

    Permalink

Value Members

  1. object App

    Permalink
  2. object CommandExecutor

    Permalink
  3. object CommandLineConfiguration extends Serializable

    Permalink
  4. object Initialize extends MigratorAction with Product with Serializable

    Permalink
  5. object Migrate extends MigratorAction with Product with Serializable

    Permalink

Ungrouped