Package org.ctan.site.tasks
Class ArchiveFilesUpdateTask
java.lang.Object
io.dropwizard.servlets.tasks.Task
org.ctan.site.tasks.ArchiveFilesUpdateTask
public class ArchiveFilesUpdateTask
extends io.dropwizard.servlets.tasks.Task
The class
ArchiveFilesUpdateTask
contains the task to start the
update action from the archive files.-
Constructor Summary
ConstructorsConstructorDescriptionArchiveFilesUpdateTask
(@NonNull ArchiveFilesUpdateService service) This is the constructor forArchiveFilesUpdateTask
. -
Method Summary
Methods inherited from class io.dropwizard.servlets.tasks.Task
getName, getResponseContentType
-
Constructor Details
-
ArchiveFilesUpdateTask
This is the constructor forArchiveFilesUpdateTask
.- Parameters:
service
- the underlying service
-
-
Method Details
-
execute
- Specified by:
execute
in classio.dropwizard.servlets.tasks.Task
- Throws:
Exception
- See Also:
-