Package org.smallmind.nutsnbolts.io
Class WindowsGrantUserPermissionsFileManipulation
- java.lang.Object
-
- org.smallmind.nutsnbolts.io.WindowsGrantUserPermissionsFileManipulation
-
- All Implemented Interfaces:
FileManipulation
public class WindowsGrantUserPermissionsFileManipulation extends Object implements FileManipulation
-
-
Constructor Summary
Constructors Constructor Description WindowsGrantUserPermissionsFileManipulation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmanipulateDirectory(Path path)voidmanipulateFile(Path path)
-
-
-
Method Detail
-
manipulateFile
public void manipulateFile(Path path) throws IOException
- Specified by:
manipulateFilein interfaceFileManipulation- Throws:
IOException
-
manipulateDirectory
public void manipulateDirectory(Path path)
- Specified by:
manipulateDirectoryin interfaceFileManipulation
-
-