Class TaskStepRegistry
java.lang.Object
wtf.ranked.hytale.server.runner.step.TaskStepRegistry
Global registry for mapping
TaskStep implementations to their unique Gradle task identifiers.
This registry acts as the central lookup service for the TaskStepLoader, ensuring
that internal lifecycle steps—such as those involved in server asset preparation or
mod downloading—can be resolved consistently across the plugin's execution pipeline.
It is used to associate step classes with the specific task names registered in the
TaskContainer, facilitating the dynamic linking of
dependencies within the hytale runner lifecycle task group.
* @see TaskStepLoader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskStepRegistry
public TaskStepRegistry()
-
-
Method Details
-
register
-
getName
-