@Singleton public class JSONExport extends SpecificExport
serverInfo
Constructor and Description |
---|
JSONExport(PlanFiles files,
PlanConfig config,
DBSystem dbSystem,
ServerInfo serverInfo,
JSONFactory jsonFactory,
ResponseFactory responseFactory,
com.djrapitops.plugin.logging.error.ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
void |
exportPlayerJSON(java.util.UUID playerUUID) |
void |
exportServerJSON(java.util.UUID serverUUID) |
protected java.lang.String |
getPath() |
export, getFolder
@Inject public JSONExport(PlanFiles files, PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, JSONFactory jsonFactory, ResponseFactory responseFactory, com.djrapitops.plugin.logging.error.ErrorHandler errorHandler)
protected java.lang.String getPath()
getPath
in class SpecificExport
public void exportPlayerJSON(java.util.UUID playerUUID)
public void exportServerJSON(java.util.UUID serverUUID)