Interface FileAttributesScrubber

  • All Superinterfaces:
    FileScrubber

    public interface FileAttributesScrubber
    extends FileScrubber
    Created by beefon on 06/06/2016.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void scrubFileWithPath​(Path path)
      Override this method to perform the modification of the file attributes (modification date, creation date, etc.) WARNING: You should not delete, rename or move the file, as the the behaviour is undefined.
    • Method Detail

      • scrubFileWithPath

        void scrubFileWithPath​(Path path)
        Override this method to perform the modification of the file attributes (modification date, creation date, etc.) WARNING: You should not delete, rename or move the file, as the the behaviour is undefined.