Package com.facebook.buck.io.file
Interface FileAttributesScrubber
-
- All Superinterfaces:
FileScrubber
public interface FileAttributesScrubber extends FileScrubber
Created by beefon on 06/06/2016.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.io.file.FileScrubber
FileScrubber.ScrubException
-
-
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.
-
-