Module org.jooq
Package org.jooq

Interface File


@Experimental public interface File
A source of migration content.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    The file content.
    @NotNull String
    The name of the file.
    @NotNull String
    The path of the file within the repository.
    @NotNull ContentType
    The file type.
  • Method Details

    • path

      @NotNull @NotNull String path()
      The path of the file within the repository.
    • name

      @NotNull @NotNull String name()
      The name of the file.
    • content

      @Nullable @Nullable String content()
      The file content.
    • type

      @NotNull @NotNull ContentType type()
      The file type.