Interface ITempFileDeleter


  • public interface ITempFileDeleter
    • Method Detail

      • trackTempFile

        void trackTempFile​(File aFile)
        Adds the provided file to the list of files being tracked
        Parameters:
        aFile -
      • doTempFileCleanup

        void doTempFileCleanup()
        Performs the temp file cleanup.
      • hasTempFile

        boolean hasTempFile​(String aFileName)
        Returns true if the specified file is being tracked by the deleter
        Parameters:
        aFileName -
        Returns:
        true if the deleter has the filename in it's list