Class ExportSystem
- java.lang.Object
-
- com.djrapitops.plan.delivery.export.ExportSystem
-
-
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 subsystemvoid
enable()
Performs enable actions for the subsystem.
-
-
-
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.
-
-