Package org.ametys.plugins.skincommons
Class AsynchronousPathDeletion
- java.lang.Object
-
- org.ametys.plugins.skincommons.AsynchronousPathDeletion
-
- All Implemented Interfaces:
Runnable
public class AsynchronousPathDeletion extends Object implements Runnable
Thread for asynchronous file deletion
-
-
Constructor Summary
Constructors Constructor Description AsynchronousPathDeletion(Path file)
Constructor
-
-
-
Constructor Detail
-
AsynchronousPathDeletion
public AsynchronousPathDeletion(Path file)
Constructor- Parameters:
file
- The file to delete
-
-