Class Csv


  • public class Csv
    extends Object
    Class that represents the backend for JobTracker. All data is stored in the CSV files. Each user gets their own CSV file.
    • Constructor Detail

      • Csv

        public Csv()
    • Method Detail

      • saveUser

        public static void saveUser​(User user)
        Saves the given user as a string to the related csv file
        Parameters:
        user - the user being saved