Interface Task

All Known Implementing Classes:
OOSpider, Spider

public interface Task
Interface for identifying different tasks.
Since:
0.1.0
Author:
code4crafter@gmail.com
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    site of a task
    unique id for a task.
  • Method Details

    • getUUID

      String getUUID()
      unique id for a task.
      Returns:
      uuid
    • getSite

      Site getSite()
      site of a task
      Returns:
      site