Class PredefinedTasks

Object
PredefinedTasks

public class PredefinedTasks extends Object
Loading and printing predefined-tasks.
Author:
Owen Feehan
  • Method Details

    • printTasksToConsole

      public static void printTasksToConsole(Path tasksDirectory, Resources resources, PrintStream printTo)
      Prints names of the predefined tasks that are available to the application.
      Parameters:
      tasksDirectory - the directory in which the task XML files reside.
      resources - resource-loader.
      printTo - the stream to print to.