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

    • fromSnapshot

      @Nullable @Experimental @Nullable Version fromSnapshot()
      The last ContentType.SNAPSHOT version that is being migrated from, or null if there's no snapshot.

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

      This API is part of a commercial only feature. To use this feature, please use the jOOQ Professional Edition or the jOOQ Enterprise Edition.

    • 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.