Class BukkitImporter
java.lang.Object
com.djrapitops.plan.gathering.importing.importers.BukkitImporter
- All Implemented Interfaces:
Importer
- Direct Known Subclasses:
OfflinePlayerImporter
Generic importer for user data into Plan on the Bukkit platform.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
BukkitImporter
(GeolocationCache geolocationCache, DBSystem dbSystem, ServerInfo serverInfo, String name) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
abstract ServerImportData
abstract List
<UserImportData> final void
-
Field Details
-
serverUUID
-
-
Constructor Details
-
BukkitImporter
protected BukkitImporter(GeolocationCache geolocationCache, DBSystem dbSystem, ServerInfo serverInfo, String name)
-
-
Method Details
-
getName
-
getServerImportData
-
getUserImportData
-
processImport
public final void processImport()- Specified by:
processImport
in interfaceImporter
-