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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class TaskSystem.Task
    • run

      public void run()
      Deprecated, for removal: This API element is subject to removal in a future version.