Class StepTaskRegistrar
java.lang.Object
wtf.ranked.hytale.server.runner.registrar.task.StepTaskRegistrar
Registrar implementation responsible for initializing internal lifecycle steps.
This class serves as the bridge between the Gradle TaskContainer and the
internal TaskStepRegistry. When a step is registered:
- The task is formally registered in the Gradle build lifecycle.
- The task's class is associated with its identifier in the
TaskStepRegistryfor later resolution by theTaskStepLoader.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StepTaskRegistrar
public StepTaskRegistrar()
-
-
Method Details