Package storage

Class Memory

java.lang.Object
storage.Memory

public class Memory
extends java.lang.Object
Class that ensure all tasks are saved in a .TXT file which is automatically loaded on each startup of the program.
Author:
Melvin Campos Casares
  • Constructor Summary

    Constructors 
    Constructor Description
    Memory()  
  • Method Summary

    Modifier and Type Method Description
    void load()  
    void save​(java.util.List<Task> tasks)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • load

      public void load()
    • save

      public void save​(java.util.List<Task> tasks)