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 Type
    Method
    Description
    boolean
    Indicates that the given file contains relevant data for the SQL generation.
  • Method Details

    • isDataFile

      boolean isDataFile(File file)
      Indicates that the given file contains relevant data for the SQL generation.
      Parameters:
      file - the (source) file to check
      Returns:
      true if the given file is relevant for SQL generation