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