Class ExportSystem

  • All Implemented Interfaces:
    SubSystem

    @Singleton
    public class ExportSystem
    extends java.lang.Object
    implements SubSystem
    System in charge of exporting html.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportSystem​(ExportScheduler exportScheduler, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disable()
      Performs disable actions for the subsystem
      void enable()
      Performs enable actions for the subsystem.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportSystem

        @Inject
        public ExportSystem​(ExportScheduler exportScheduler,
                            net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)
    • Method Detail

      • enable

        public void enable()
        Description copied from interface: SubSystem
        Performs enable actions for the subsystem.
        Specified by:
        enable in interface SubSystem
      • disable

        public void disable()
        Description copied from interface: SubSystem
        Performs disable actions for the subsystem
        Specified by:
        disable in interface SubSystem