Interface CommandLineTask


public interface CommandLineTask
A task that can be run from the command line.
  • Method Details

    • getId

      String getId()
      Returns the unique id of this task. This is specified with the "task-id" parameter when running the task from the command-line.
      Returns:
      the unique id of this task.
    • run

      Runs the task. At this point the program will have connected to a repository according to the other parameters sent to the command line.
      Parameters:
      cl - The command line options.