Class PredefinedTasks
Object
PredefinedTasks
Loading and printing predefined-tasks.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printTasksToConsole
(Path tasksDirectory, Resources resources, PrintStream printTo) Prints names of the predefined tasks that are available to the application.
-
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.
-