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:
Runnable
@Singleton
@Deprecated(forRemoval=true,
since="#2260")
public class WebAssetVersionCheckTask
extends TaskSystem.Task
Deprecated, for removal: This API element is subject to removal in a future version.
Html customization system will be overhauled for React version of frontend.
Task in charge of checking html customized files on enable to see if they are outdated.
-
Constructor Summary
ConstructorDescriptionWebAssetVersionCheckTask
(PlanConfig config, PlanFiles files, net.playeranalytics.plugin.server.PluginLogger logger, AssetVersions assetVersions, Formatters formatters) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory) Deprecated, for removal: This API element is subject to removal in a future version.void
run()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable
cancel
-
Constructor Details
-
WebAssetVersionCheckTask
@Inject public WebAssetVersionCheckTask(PlanConfig config, PlanFiles files, net.playeranalytics.plugin.server.PluginLogger logger, AssetVersions assetVersions, Formatters formatters) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
register
public void register(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
register
in classTaskSystem.Task
-
run
public void run()Deprecated, for removal: This API element is subject to removal in a future version.
-