Class AbstractScannerTaskHandler<TH extends AbstractScannerTaskHandler<TH,​TE>,​TE extends AbstractScannerTaskExecution<TH,​TE>>

    • Constructor Detail

      • AbstractScannerTaskHandler

        public AbstractScannerTaskHandler​(Trace logger,
                                          String taskName,
                                          String taskOperationPrefix)
    • Method Detail

      • getCategoryName

        public String getCategoryName​(Task task)
        Description copied from interface: TaskHandler
        Returns a category name for a given task. In most cases, the name would be independent of concrete task.
        Parameters:
        task - a task, whose category is to be determined; if getCategoryNames() returns null, this method has to accept null value as this parameter, and return the (one) category name that it gives to all tasks
        Returns:
        a user-understandable name, like "LiveSync" or "Workflow"