Class DummyStorage

  • All Implemented Interfaces:
    Storage

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

      • DummyStorage

        public DummyStorage()
    • Method Detail

      • save

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