- All Implemented Interfaces:
Storage
public final class DummyStorage
extends Object
implements Storage
Dummy storage.
This storage does nothing.
- Since:
- 0.1
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DummyStorage
public DummyStorage()
-
Method Details
-
all
Description copied from interface: Storage
Get all XMIRs.
- Specified by:
all
in interface Storage
- Returns:
- All XMIRs
-
save
Description copied from interface: Storage
Save XMIR.
- Specified by:
save
in interface Storage
- Parameters:
xmir
- XMIR to save