Class FlatStorageSupplier<K,V>
- java.lang.Object
-
- me.hsgamer.topper.agent.storage.simple.supplier.FlatStorageSupplier<K,V>
-
- All Implemented Interfaces:
DataStorageSupplier<K,V>
public class FlatStorageSupplier<K,V> extends Object implements DataStorageSupplier<K,V>
-
-
Constructor Summary
Constructors Constructor Description FlatStorageSupplier(File holderBaseFolder, FlatEntryConverter<K,V> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataStorage<K,V>
getStorage(String name)
-
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.agent.storage.simple.supplier.DataStorageSupplier
disable, enable
-
-
-
-
Constructor Detail
-
FlatStorageSupplier
public FlatStorageSupplier(File holderBaseFolder, FlatEntryConverter<K,V> converter)
-
-
Method Detail
-
getStorage
public DataStorage<K,V> getStorage(String name)
- Specified by:
getStorage
in interfaceDataStorageSupplier<K,V>
-
-