Class DummyStorage

java.lang.Object
org.eolang.opeo.storage.DummyStorage
All Implemented Interfaces:
Storage

public final class DummyStorage extends Object implements Storage
Dummy storage. This storage does nothing.
Since:
0.1
  • Constructor Details

    • DummyStorage

      public DummyStorage()
  • Method Details

    • all

      public Stream<XmirEntry> all()
      Description copied from interface: Storage
      Get all XMIRs.
      Specified by:
      all in interface Storage
      Returns:
      All XMIRs
    • save

      public void save(XmirEntry xmir)
      Description copied from interface: Storage
      Save XMIR.
      Specified by:
      save in interface Storage
      Parameters:
      xmir - XMIR to save