Package fileLogic
Class Saver<T extends Collection<E>,E>
java.lang.Object
fileLogic.Saver<T,E>
Deprecated.
out of support since 3.0 / now we're maintaining database logic
Abstract saver class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
saveCollection
(T collection, String envKey) Deprecated.Saves provided collection into file by environment key.
-
Constructor Details
-
Saver
Deprecated.Initializer of fileLogic.Saver class.- Parameters:
eClass
- Class ofE
. Should be provided due to Java's generic types restriction.
-
-
Method Details
-
saveCollection
Deprecated.Saves provided collection into file by environment key.- Parameters:
collection
- Current collection to saveenvKey
- Environment key to filepath
-