Interface Discoverer<T>

Type Parameters:
T - The type of things to discover

public interface Discoverer<T>
Discoverer of migrations.
Since:
0.0.3
Author:
Michael J. Simons
Soundtrack
Motörhead - 1916
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
    Logger used for writing specific discovery information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Discover migrations within the given context.
  • Field Details

    • LOGGER

      static final Logger LOGGER
      Logger used for writing specific discovery information.
  • Method Details

    • discover

      Collection<T> discover(MigrationContext context)
      Discover migrations within the given context.
      Parameters:
      context - The context of the ongoing migration.
      Returns:
      A collection of migrations.