Uses of Interface
org.jooq.File
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of File in org.jooq
Modifier and TypeMethodDescription@NotNull Collection<File>
Commit.delta()
The files affected by this commit, in no particular order.@NotNull Collection<File>
Commit.files()
The files after this commit, in no particular order.Modifier and TypeMethodDescription@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Merge two commits.@NotNull Commit
Merge two commits.Modifier and TypeMethodDescription@NotNull Commit
Commit.commit
(String id, String message, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull Commit
Commit.commit
(String id, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge
(String id, Commit with, Collection<? extends File> delta) Merge two commits. -
Uses of File in org.jooq.impl
Modifier and TypeMethodDescriptionstatic final @NotNull File
Migrations.file
(String path, String content, ContentType type)