ExportHandler
Object that manage data export
Value members
Concrete methods
Export data to personal directory if possible Path and name are predetermined in Configuration
Export data to personal directory if possible Path and name are predetermined in Configuration
- Value parameters:
- data
the data to export
- Returns:
a Try[String] with file path
Export the list of SavedCourse to chosen directory Name of file is predetermined in Configuration
Export the list of SavedCourse to chosen directory Name of file is predetermined in Configuration
- Returns:
a Try[String] with file path
Inherited methods
Load data from a file and return the object depending on which JsonParser type is passed
Load data from a file and return the object depending on which JsonParser type is passed
- Returns:
a Try[A]
- Inherited from:
- DataStorageHandler
Store JSON parsed data in a file depending on which JsonParser type is passed
Store JSON parsed data in a file depending on which JsonParser type is passed
- Returns:
a Try[String] with file path
- Inherited from:
- DataStorageHandler