Package fileLogic
Interface BaseWriter
- All Known Implementing Classes:
XMLWriter
Deprecated.
out of support since 3.0 / now we're maintaining database logic
Base Writer interface. Should be implemented for using in Saver class.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeToFile
(String path, LinkedHashMap<String[], String> values) Deprecated.Base method for writing collection in file.
-
Method Details
-
writeToFile
Deprecated.Base method for writing collection in file. You should provide Address-Value interpretation for normal writing.- Parameters:
path
- Full path to file. If file will don't exist, method will try to create it automatically.values
- Address-value interpretation of Collection.
-