Package xyz.block.ftl.hotreload
Class RunnerNotification
-
- All Implemented Interfaces:
public class RunnerNotification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceRunnerNotification.RunnerCallback
-
Constructor Summary
Constructors Constructor Description RunnerNotification()
-
Method Summary
Modifier and Type Method Description static StringgetDeploymentKey()static voidnewDeploymentKey(String key)static voidreloadStarted()static booleansetRunnerInfo(RunnerInfo info)static voidsetCallback(RunnerNotification.RunnerCallback callback)-
-
Method Detail
-
getDeploymentKey
static String getDeploymentKey()
-
newDeploymentKey
static void newDeploymentKey(String key)
-
reloadStarted
static void reloadStarted()
-
setRunnerInfo
static boolean setRunnerInfo(RunnerInfo info)
-
setCallback
static void setCallback(RunnerNotification.RunnerCallback callback)
-
-
-
-