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