Interface ITempFileDeleter


public interface ITempFileDeleter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs the temp file cleanup.
    boolean
    hasTempFile(String aFileName)
    Returns true if the specified file is being tracked by the deleter
    void
    Adds the provided file to the list of files being tracked
  • Field Details

  • Method Details

    • 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