toBeExecuted abstract method

void toBeExecuted(
  1. String pathToRoot
)

Task logic implemented by the child class which will be executed.

Implementation

void toBeExecuted(String pathToRoot);