Package org.smallmind.nutsnbolts.io
Interface FileManipulation
-
- All Known Implementing Classes:
WindowsGrantUserPermissionsFileManipulation
public interface FileManipulation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmanipulateDirectory(Path path)voidmanipulateFile(Path path)
-
-
-
Method Detail
-
manipulateFile
void manipulateFile(Path path) throws IOException
- Throws:
IOException
-
manipulateDirectory
void manipulateDirectory(Path path) throws IOException
- Throws:
IOException
-
-