Class ImportSystem
java.lang.Object
com.djrapitops.plan.gathering.importing.ImportSystem
- All Implemented Interfaces:
SubSystem
Abstract representation of an ImportSystem.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.getImporter(String name)
void
registerImporter(Importer importer)
-
Field Details
-
importers
-
-
Constructor Details
-
ImportSystem
-
-
Method Details