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
  • Method Summary

    Modifier and Type
    Method
    Description
    Discover migrations within the given context.
  • 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.