See: Description
Class | Description |
---|---|
AbstractImporter |
AbstractImporter is the base class for all classes that import data from
files into the app.
|
GenericImporter |
A GenericImporter decides which implementation of AbstractImporter is able to
handle a given file and delegates to it the task of importing the data.
|
HabitBullCSVImporter |
Class that imports data from HabitBull CSV files.
|
HabitsCSVExporter |
Class that exports the application data to CSV files.
|
LoopDBImporter |
Class that imports data from database files exported by Loop Habit Tracker.
|
RewireDBImporter |
Class that imports database files exported by Rewire.
|
TickmateDBImporter |
Class that imports data from database files exported by Tickmate.
|