Package org.fastnate.data
Interface DataChangeDetector
public interface DataChangeDetector
Used to check if the generation of the SQL file has to start, because a changed file contains relevant data.
- Author:
- Tobias Liefke
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDataFile(File file) Indicates that the given file contains relevant data for the SQL generation.
-
Method Details
-
isDataFile
Indicates that the given file contains relevant data for the SQL generation.- Parameters:
file- the (source) file to check- Returns:
trueif the given file is relevant for SQL generation
-