Module org.jooq
Package org.jooq

Interface Files

All Superinterfaces:
Iterable<File>

@Experimental 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.

This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.

  • 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 @Experimental @NotNull Version from()
      The from version from which this migration is done.

      This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.

    • to

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

      This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.