- close() - Method in class com.github.sviperll.tasks.ConfigurableTask
-
- close() - Method in class com.github.sviperll.tasks.DelegatingTask
-
runs #close method of current behaviour, @see Task#close
- close() - Method in class com.github.sviperll.tasks.ParallelTask
-
- close() - Method in class com.github.sviperll.tasks.RepeatingTask
-
Performes subtask cleanup as is, i. e. calls subtask's #stop method
- close() - Method in class com.github.sviperll.tasks.RunnableTask
-
Do nothing
- close() - Method in class com.github.sviperll.tasks.SequenceTask
-
- close() - Method in interface com.github.sviperll.tasks.Task
-
Performs cleanup for given task, i.e. closes files and any other resources,
removes temporary files or database records, etc
- closeAfterEachRun() - Method in class com.github.sviperll.tasks.ConfigurableTask
-
Returns new task.
- closeAfterEachRun(Task) - Static method in class com.github.sviperll.tasks.Tasks
-
Returns task that behaves the same as a Task passed
but performes cleanup as the last action performed by run method.
- closingTask() - Method in class com.github.sviperll.tasks.ConfigurableTask
-
Returns new task.
- closingTaskFor(Task) - Static method in class com.github.sviperll.tasks.Tasks
-
Returns task that performs cleanup for the original task when run.
- com.github.sviperll.tasks - package com.github.sviperll.tasks
-
- ConfigurableTask - Class in com.github.sviperll.tasks
-
Wrapper that adds convinience methods to any task
- ConfigurableTask(Task) - Constructor for class com.github.sviperll.tasks.ConfigurableTask
-
- configure(Task) - Static method in class com.github.sviperll.tasks.Tasks
-
Wrapps task.
- createClosingTask() - Method in interface com.github.sviperll.tasks.TaskFactory
-
- createWorkTask() - Method in interface com.github.sviperll.tasks.TaskFactory
-