@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- 
pathThe path of the file within the repository.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
nameThe name of the file.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
contentThe file content.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
typeThe file type.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
 
-