Class FlatFileManager
java.lang.Object
me.remigio07.chatplugin.api.common.storage.StorageManager
me.remigio07.chatplugin.api.common.storage.flat_file.FlatFileManager
- All Implemented Interfaces:
ChatPluginManager
Manager that handles connection to the flat-files.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the connector currently in use.static FlatFileManager
Gets this manager's instance.Methods inherited from class me.remigio07.chatplugin.api.common.storage.StorageManager
getFolder, getMethod, getPlayersAutoCleanerPeriod, isEnabled, load, unload
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.remigio07.chatplugin.api.common.util.manager.ChatPluginManager
checkAvailability, isReloadable, reload
-
Constructor Details
-
FlatFileManager
public FlatFileManager()
-
-
Method Details
-
getConnector
Description copied from class:StorageManager
Gets the connector currently in use.- Overrides:
getConnector
in classStorageManager
- Returns:
- Current storage connector
-
getInstance
Gets this manager's instance.- Returns:
- Manager's instance
-