JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.jooq
Package
org.jooq
Interface File
public interface
File
A source of migration content.
Author:
Lukas Eder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
String
content
()
The file content.
@NotNull
String
name
()
The name of the file.
@NotNull
String
path
()
The path of the file within the repository.
@NotNull
ContentType
type
()
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.