Package core

Class StudentDataPersistentStorageService

java.lang.Object
core.StudentDataPersistentStorageService
All Implemented Interfaces:
IStudentDataPersistentStorageService

public class StudentDataPersistentStorageService extends Object implements IStudentDataPersistentStorageService
Klasa przechowywania danych studenta w systemie plików.
  • Constructor Details

    • StudentDataPersistentStorageService

      public StudentDataPersistentStorageService(String filename, IFilesystemService filesystemService)
      Konstruktor. Należy podać nazwę pliku json, do którego będą zapisywane dane oraz serwis systemu plików.
      Parameters:
      filename - Nazwa pliku json.
      filesystemService - Serwis systemu plików.
  • Method Details