+
+ +

Class ResourceWriteTask

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Runnable
    +
    +
    +
    @Singleton
    +public class ResourceWriteTask
    +extends TaskSystem.Task
    +
    Task in charge of writing html customized files on enable when they don't exist yet.
    +
  • +
+
+
+
    +
  • + +
    + +
    + +
    +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidregister​(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory) 
      voidrun() 
      +
        +
      • + + +

        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 Detail

      + + + +
        +
      • +

        ResourceWriteTask

        +
        @Inject
        +public ResourceWriteTask​(PlanConfig config,
        +                         PlanFiles files)
        +
      • +
      +
    • +
    +
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        register

        +
        public void register​(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)
        +
        +
        Specified by:
        +
        register in class TaskSystem.Task
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run()
        +
      • +
      +
    • +
    +
    +
  • +
+
+
+