@Experimental
public interface File
A source of migration content.
 
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
 - Lukas Eder
 
- 
Method Summary
 
- 
Method Details
- 
path
The path of the file within the repository.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
name
The name of the file.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
content
The file content.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
type
The file type.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 
 -