Package com.djrapitops.plan.delivery.web
Class WebAssetVersionCheckTask
- java.lang.Object
-
- net.playeranalytics.plugin.scheduling.PluginRunnable
-
- com.djrapitops.plan.TaskSystem.Task
-
- com.djrapitops.plan.delivery.web.WebAssetVersionCheckTask
-
- All Implemented Interfaces:
java.lang.Runnable
@Singleton public class WebAssetVersionCheckTask extends TaskSystem.Task
Task in charge of checking html customized files on enable to see if they are outdated.
-
-
Constructor Summary
Constructors Constructor Description WebAssetVersionCheckTask(PlanConfig config, PlanFiles files, net.playeranalytics.plugin.server.PluginLogger logger, WebAssetVersions webAssetVersions, Formatters formatters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)
void
run()
-
-
-
Constructor Detail
-
WebAssetVersionCheckTask
@Inject public WebAssetVersionCheckTask(PlanConfig config, PlanFiles files, net.playeranalytics.plugin.server.PluginLogger logger, WebAssetVersions webAssetVersions, Formatters formatters)
-
-
Method Detail
-
register
public void register(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)
- Specified by:
register
in classTaskSystem.Task
-
run
public void run()
-
-