Class ExportSystem

java.lang.Object
com.djrapitops.plan.delivery.export.ExportSystem
All Implemented Interfaces:
SubSystem

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

    • ExportSystem

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

    • 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