Class FlatStorageSupplier
- java.lang.Object
-
- me.hsgamer.topper.storage.simple.supplier.FlatStorageSupplier
-
- All Implemented Interfaces:
DataStorageSupplier
public class FlatStorageSupplier extends Object implements DataStorageSupplier
-
-
Constructor Summary
Constructors Constructor Description FlatStorageSupplier(File baseFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
DataStorage<K,V>getStorage(String name, DataStorageSetting<K,V> setting)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
disable, enable
-
-
-
-
Constructor Detail
-
FlatStorageSupplier
public FlatStorageSupplier(File baseFolder)
-
-
Method Detail
-
getStorage
public <K,V> DataStorage<K,V> getStorage(String name, DataStorageSetting<K,V> setting)
- Specified by:
getStoragein interfaceDataStorageSupplier
-
-