Module org.jooq
Package org.jooq

Interface Files

All Superinterfaces:
Iterable<File>

public interface Files extends Iterable<File>
A set of files that are in a specific order.

This type will help make sure that duplicate occurrences of the same file (e.g. edits) are streamlined.

  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Version
    The from version from which this migration is done.
    @NotNull Version
    to()
    The to version to which this migration is done.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • from

      @NotNull @NotNull Version from()
      The from version from which this migration is done.
    • to

      @NotNull @NotNull Version to()
      The to version to which this migration is done.